From 052b5219aa21e93d4a3658d280c5b18b7eaa4895 Mon Sep 17 00:00:00 2001 From: Jesus Salomon <80434233+salomonj11@users.noreply.github.com> Date: Wed, 7 Dec 2022 16:58:36 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25e23a695a..8d857bda8c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and Before contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look at other [TheAlgorithms Repositories][repositories] or the [issues with a "help wanted" label][help-wanted] for inspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly -if you make any mistakes. The names of the maintainers of this repository is listed in the +if you make any mistakes. The names of the maintainers of this repository are listed in the [CODEOWNERS file](.github/CODEOWNERS). You can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md). Explanations of