Comparing version 2.2.9 to 2.2.10
{ | ||
"name": "levdist", | ||
"version": "2.2.9", | ||
"version": "2.2.10", | ||
"description": "A minimal algorithm for computing Levenshtein distance in JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
115
README.md
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
# levdist | ||
@@ -10,4 +26,26 @@ | ||
> A minimal algorithm for computing Levenshtein distance in JavaScript. | ||
## :cloud: Installation | ||
@@ -24,2 +62,13 @@ | ||
## :clipboard: Example | ||
@@ -40,2 +89,10 @@ | ||
## :question: Get Help | ||
@@ -45,5 +102,6 @@ | ||
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question. | ||
2. For bug reports and feature requests, open issues. :bug: | ||
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: | ||
@@ -53,2 +111,4 @@ | ||
## :memo: Documentation | ||
@@ -70,2 +130,13 @@ | ||
## :yum: How to contribute | ||
@@ -76,3 +147,2 @@ Have an idea? Found a bug? See [how to contribute][contributing]. | ||
## :sparkling_heart: Support my projects | ||
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, | ||
@@ -96,9 +166,32 @@ this takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it). | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- `line-diff` | ||
- `levenshtein-array` | ||
- [`levenshtein-array`](https://github.com/IonicaBizau/node-levenshtein-array)—Levenshtein distance for an array. | ||
- [`line-diff`](https://github.com/IonicaBizau/node-line-diff)—Compare strings line by line. | ||
## :scroll: License | ||
@@ -109,2 +202,10 @@ | ||
[license]: /LICENSE | ||
[website]: https://ionicabizau.net | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md | ||
[badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg | ||
@@ -114,10 +215,4 @@ [badge_amazon]: https://ionicabizau.github.io/badges/amazon.svg | ||
[badge_paypal_donate]: https://ionicabizau.github.io/badges/paypal_donate.svg | ||
[patreon]: https://www.patreon.com/ionicabizau | ||
[amazon]: http://amzn.eu/hRo9sIZ | ||
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW | ||
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(https%3A%2F%2Fionicabizau.net)&year=2014#license-mit | ||
[website]: https://ionicabizau.net | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md |
Sorry, the diff of this file is not supported yet
209
7729