diff --git a/README.md b/README.md index 076feae..2e4d030 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@ edlibAlign("hello", 5, "world!", 6, edlibDefaultAlignConfig()).editDistance; Edlib is also available for **Python** [![PyPI version](https://img.shields.io/pypi/v/edlib.svg) (Click here for Python README)](https://pypi.python.org/pypi/edlib), with code residing at [bindings/python](bindings/python). -There is also non-official [binding for Julia](https://github.com/cjdoris/Edlib.jl) by @cjdoris. +Developers have created bindings to edlib in other languages as well: + +* [Edlib.jl](https://github.com/cjdoris/Edlib.jl), a Julia package created and supported by Christopher Rowley ([@cjdoris](https://github.com/cjdoris)) +* [edlibR](https://github.com/evanbiederstedt/edlibr), an R package created and supported by Evan Biederstedt ([@evanbiederstedt](https://github.com/evanbiederstedt)) ## Features * Calculates **edit distance (Levenshtein distance)**.