Update README.md (#332)

Fix for https://github.com/trekhleb/javascript-algorithms/issues/311
This commit is contained in:
nirvanarsc 2019-04-12 14:41:26 +09:00 committed by Oleksii Trekhleb
parent d18dcd2e42
commit d790aa56a4

View File

@ -106,7 +106,7 @@ bottom-up direction) is being applied here.
Applying this principle further we may solve more complicated cases like Applying this principle further we may solve more complicated cases like
with `Saturday → Sunday` transformation. with `Saturday → Sunday` transformation.
![Levenshtein distance](https://cdn-images-1.medium.com/max/1600/1*geMdmZcdU1bZbHIoh6KO3Q.png) ![Levenshtein distance](https://user-images.githubusercontent.com/1153337/54865681-9457b380-4dac-11e9-959a-01c8ca00a85f.png)
## References ## References