diff --git a/README.md b/README.md index b702ca2..7f707ab 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Rust client for [sonic] search backend. We recommend you start with the [documentation]. - ## Installation Add `sonic-channel = { version = "0.5" }` as a dependency in `Cargo.toml`. @@ -21,7 +20,6 @@ authors = ["Me "] sonic-channel = { version = "0.5" } ``` - ## Example usage ### Search channel @@ -74,14 +72,12 @@ fn main() -> result::Result<()> { } ``` - ## Available features -* **default** - ["search"] -* **search** - Add sonic search mode with methods -* **ignite** - Add sonic ignite mode with methods -* **control** - Add sonic control mode with methods - +- **default** - ["search"] +- **search** - Add sonic search mode with methods +- **ingest** - Add sonic ingest mode with methods +- **control** - Add sonic control mode with methods [sonic]: https://github.com/valeriansaliou/sonic [documentation]: https://docs.rs/sonic-channel