my fork of dmp
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4776e17..0b9831b 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,11 @@ A very **fast**, **accurate** and **wasm ready** port of [Diff Match Patch](http
## Usage Examples
+```toml
+[dependencies]
+diff-match-patch-rs = "0.1.0-beta.3"
+```
+
### `Effitient` mode
```rust