Replace a by an

Co-Authored-By: Clément Renault <renault.cle@gmail.com>
This commit is contained in:
mboivin 2020-03-26 16:14:52 +01:00 committed by GitHub
parent 38d97fa339
commit c445abb982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,7 @@ curl -i -X POST 'http://127.0.0.1:7700/indexes/movies/documents' \
#### In command line
The search engine is now aware of your documents and can serve those via a HTTP server.
The search engine is now aware of your documents and can serve those via an HTTP server.
The [`jq` command-line tool](https://stedolan.github.io/jq/) can greatly help you read the server responses.
@ -220,4 +220,3 @@ Feel free to contact us about any questions you may have:
* By opening an issue.
Any suggestion or feedback is highly appreciated. Thank you for your support!