From 3a7b3a1a511aaa96190080845e7a736a8078d433 Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Mon, 5 Dec 2022 14:26:12 +0300 Subject: [PATCH] docs: test commit to check actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }