From 5432705970f03c39804a269d7787572209577655 Mon Sep 17 00:00:00 2001 From: Orestis Melkonian <melkon.or@gmail.com> Date: Mon, 19 Feb 2018 11:44:52 +0100 Subject: [PATCH] README: fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b7067..c51d4b8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To run the server API at port 8080: To query the server (see for available options): ``` -> curl -X POST -d <json_object> <server_url>:8080/compare +> curl -X POST -d <json_object> -H 'Content-type: application/json' <server_url>:8080/compare ``` To get the API docs from the server: -- GitLab