From c445abb982002705769195724f40c4e8288ceb48 Mon Sep 17 00:00:00 2001 From: mboivin <41596925+matboivin@users.noreply.github.com> Date: Thu, 26 Mar 2020 16:14:52 +0100 Subject: [PATCH] Replace a by an MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Clément Renault --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 75c5a3419..3d85c55c0 100644 --- a/README.md +++ b/README.md @@ -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! -