fix(doc): typo in features block
This commit is contained in:
parent
c647b193f3
commit
f9c55ce074
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -4,7 +4,6 @@ Rust client for [sonic] search backend.
|
||||||
|
|
||||||
We recommend you start with the [documentation].
|
We recommend you start with the [documentation].
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add `sonic-channel = { version = "0.5" }` as a dependency in `Cargo.toml`.
|
Add `sonic-channel = { version = "0.5" }` as a dependency in `Cargo.toml`.
|
||||||
|
@ -21,7 +20,6 @@ authors = ["Me <user@rust-lang.org>"]
|
||||||
sonic-channel = { version = "0.5" }
|
sonic-channel = { version = "0.5" }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
### Search channel
|
### Search channel
|
||||||
|
@ -74,14 +72,12 @@ fn main() -> result::Result<()> {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Available features
|
## Available features
|
||||||
|
|
||||||
* **default** - ["search"]
|
- **default** - ["search"]
|
||||||
* **search** - Add sonic search mode with methods
|
- **search** - Add sonic search mode with methods
|
||||||
* **ignite** - Add sonic ignite mode with methods
|
- **ingest** - Add sonic ingest mode with methods
|
||||||
* **control** - Add sonic control mode with methods
|
- **control** - Add sonic control mode with methods
|
||||||
|
|
||||||
|
|
||||||
[sonic]: https://github.com/valeriansaliou/sonic
|
[sonic]: https://github.com/valeriansaliou/sonic
|
||||||
[documentation]: https://docs.rs/sonic-channel
|
[documentation]: https://docs.rs/sonic-channel
|
||||||
|
|
Loading…
Reference in a new issue