my fork of dmp
Minor cleanups to doc
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ A very **fast**, **accurate** and **wasm ready** port of [Diff Match Patch](http ```toml [dependencies] -diff-match-patch-rs = "0.2.1" +diff-match-patch-rs = "0.3.0" ``` ### `Effitient` mode @@ -23,7 +23,7 @@ //! //! ```toml //! [dependencies] -//! diff-match-patch-rs = "0.2.1" +//! diff-match-patch-rs = "0.3.0" //! ``` //! //! ### `Effitient` mode |