diff --git a/README.md b/README.md index 8549c6b..a8b787e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" } ``` -To use batch insertions you must enable batch_insert feature: +To use batch insertions you must enable `batch_insert` feature: ```toml [dependencies] pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree", features = ["batch_insert"] }