From f6b06d6e5d8f80787e4b6da5e4609496a6339e8b Mon Sep 17 00:00:00 2001 From: Michael Chiche Date: Fri, 16 Apr 2021 20:08:43 +0200 Subject: [PATCH] typo: wrong command in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7d8e264..50a64e079 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can specify the number of threads to use to index documents and many other s ```bash cd http-ui -cargo run --release -- serve --db my-database.mdb -vvv --indexing-jobs 8 +cargo run --release -- --db my-database.mdb -vvv --indexing-jobs 8 ``` ### Index your documents