mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Update README.md
This commit is contained in:
parent
2277172f9c
commit
5e562ffecf
@ -29,7 +29,7 @@ Milli is a library that does search things, it must be embedded in a program.
|
|||||||
You can compute the documentation of it by using `cargo doc --open`.
|
You can compute the documentation of it by using `cargo doc --open`.
|
||||||
|
|
||||||
Here is an example usage of the library where we insert documents into the engine
|
Here is an example usage of the library where we insert documents into the engine
|
||||||
and search for one of them just after.
|
and search for one of them right after.
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
let path = tempfile::tempdir().unwrap();
|
let path = tempfile::tempdir().unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user