From 70121e3c6bbdc851eac83a84df1533bef3a23f9a Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:00:19 +0100 Subject: [PATCH] fix typo in repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07071183e..4df258585 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It can index a massive amount of documents in not much time, I already achieved These metrics are done on a MacBook Pro with the M1 processor. -You can feed the engine with your CSV (comma-seperated, yes) data like this: +You can feed the engine with your CSV (comma-separated, yes) data like this: ```bash printf "id,name,age\n1,hello,32\n2,kiki,24\n" | http POST 127.0.0.1:9700/documents content-type:text/csv