docs: test commit to check actions

This commit is contained in:
Magamedrasul Ibragimov 2022-12-05 14:26:12 +03:00
parent 5cf5251484
commit 3a7b3a1a51
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }