Skip to content

Commit 1cef474

Browse files
authored
chore: use gfm <hr> syntax
Replaced <hr> with ---, which is GitHub Flavoured Markdown syntax.
1 parent 0afeeae commit 1cef474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
1111
![Repository Size][repo-size]
1212
[![standard.js][standard-logo]][standard-js]
1313

14-
<hr>
14+
---
1515

1616
**These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library
1717
that are much better for performance and security reasons. We also do not provide any api stability guarantee.**
@@ -27,7 +27,7 @@ You can find a list of the algorithms currently in the repository in the [direct
2727

2828
Explanations of many of the algorithms can be found in out [wiki][explanation].
2929

30-
<hr>
30+
---
3131

3232
[banner]: https://user-images.githubusercontent.com/68542775/167072911-dc31eac8-6885-4a05-9c25-279ecce22a79.png
3333

0 commit comments

Comments
 (0)