Skip to content

Commit ba14c40

Browse files
authored
chore: edit and format body
1 parent 8970110 commit ba14c40

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,25 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
1818

1919
---
2020

21-
<!-- Body -->
21+
<!-- Disclaimer -->
2222

23-
**These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library
24-
that are much better for performance and security reasons. We also do not provide any api stability guarantee.**
23+
<h4 align="center">
24+
These implementations are for demonstrative purposes only. Dedicated implementations of these algorithms and data
25+
structures are much better for performance and security reasons. We also do not provide any api stability guarantee.
26+
</h4>
2527

26-
Before contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look
27-
at other [TheAlgorithms Repositories][repositories] or the [issues with a
28-
`help wanted` label][help-wanted] for inspiration regarding what to implement. Our maintainers will guide you through
29-
how to make your contribution properly.
28+
---
3029

31-
The names of the maintainers of this repository is listed in the [CODEOWNERS](.github/CODEOWNERS) file.
30+
<!-- Body -->
3231

33-
You can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md).
32+
Before contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look
33+
at other [TheAlgorithms Repositories][repositories] or the [issues with a "help wanted" label][help-wanted] for
34+
inspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly
35+
if you make any mistakes. The names of the maintainers of this repository is listed in the [CODEOWNERS](.github/CODEOWNERS)
36+
file.
3437

35-
Explanations of many of the algorithms can be found in out [wiki][explanation].
38+
You can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md). Explanations of
39+
many of the algorithms can be found in the [wiki][explanation].
3640

3741
---
3842

0 commit comments

Comments
 (0)