Update README.md

This commit is contained in:
Clémentine Urquizar - curqui 2022-04-25 18:14:43 +02:00 committed by GitHub
parent 2277172f9c
commit 5e562ffecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.
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
let path = tempfile::tempdir().unwrap();