From 5e562ffecfa60495a1d7d23602abce86f364bd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 25 Apr 2022 18:14:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c78bd10..5e916905d 100644 --- a/README.md +++ b/README.md @@ -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();