doc: fix typo in readme

This commit is contained in:
Dmitriy Pleshevskiy 2021-10-12 23:00:12 +03:00
parent b3d94d9c93
commit b4cbeaf444
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Asynchronous and synchronous interfaces and persistence implementations for your
Add `ood_persistence = { version = "0", features = ["<IMPLEMENTATION_NAME>"] }` as a dependency in `Cargo.toml`.
NOTE: change `<IMPLEMENTATION_NOTE>` to feature name from available list. See `Cargo.toml` for more information.
NOTE: change `<IMPLEMENTATION_NAME>` to feature name from available list. See `Cargo.toml` for more information.
`Cargo.toml` example: