Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d790aa5

Browse files
nirvanarsctrekhleb
authored andcommittedApr 12, 2019
Update README.md (trekhleb#332)
Fix for trekhleb#311
1 parent d18dcd2 commit d790aa5

File tree

1 file changed

+1
-1
lines changed
  • src/algorithms/string/levenshtein-distance

1 file changed

+1
-1
lines changed
 

‎src/algorithms/string/levenshtein-distance/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ bottom-up direction) is being applied here.
106106
Applying this principle further we may solve more complicated cases like
107107
with `Saturday → Sunday` transformation.
108108

109-
![Levenshtein distance](https://cdn-images-1.medium.com/max/1600/1*geMdmZcdU1bZbHIoh6KO3Q.png)
109+
![Levenshtein distance](https://user-images.githubusercontent.com/1153337/54865681-9457b380-4dac-11e9-959a-01c8ca00a85f.png)
110110

111111
## References
112112

0 commit comments

Comments
 (0)