From f954fb1ff72ed00b8a53a282e081798213bb40f7 Mon Sep 17 00:00:00 2001 From: Jesus Salomon <80434233+salomonj11@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:26:10 -0600 Subject: [PATCH] Update README.md (#1268) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25e23a695..8d857bda8 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