Skip to content

Commit

Permalink
Merge pull request #1 from Juburin/patch-1
Browse files Browse the repository at this point in the history
Fixed anchor link in readme.md
  • Loading branch information
jiayihu authored Aug 16, 2017
2 parents 17a751a + e542b57 commit c1a66ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pretty algorithms

Common useful algorithms written in modern, pretty and easy-to-understand Javascript along with [real-world usage](#real-world-algorithms) examples. Typescript has been used only for type checking and better auto-documentation, code is in pure ES6.
Common useful algorithms written in modern, pretty and easy-to-understand Javascript along with [real-world usage](#real-world-usage) examples. Typescript has been used only for type checking and better auto-documentation, code is in pure ES6.

All the algorithms are also tested using [Jest](http://facebook.github.io/jest/) with the help of custom beautiful [snapshots](https://facebook.github.io/jest/docs/snapshot-testing.html).

Expand Down

0 comments on commit c1a66ef

Please sign in to comment.