From b4cbeaf4440056e0c85ea744f7bbbdc281c359de Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 12 Oct 2021 23:00:12 +0300 Subject: [PATCH] doc: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e637b97..8fdf354 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Asynchronous and synchronous interfaces and persistence implementations for your Add `ood_persistence = { version = "0", features = [""] }` as a dependency in `Cargo.toml`. -NOTE: change `` to feature name from available list. See `Cargo.toml` for more information. +NOTE: change `` to feature name from available list. See `Cargo.toml` for more information. `Cargo.toml` example: