mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-11 05:54:30 +01:00
fix typo in repo
This commit is contained in:
parent
59cc59e93e
commit
70121e3c6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user