From 7b57f7c6a52bc9fb25e190f6f9aa4e5f78ce9c30 Mon Sep 17 00:00:00 2001 From: Sanghoon Kim <20144277+kim-sanghoon@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:50:21 +0900 Subject: [PATCH] Modify typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 353de7f..65de85f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Predicted implicatures will be returned in JSON format, with `predict` field. Fo ``` curl --request POST \ --header "Content-Type: application/json" \ - --data '{"query": "I feel vulnerable in this room"} \ + --data '{"query": "I feel vulnerable in this room"}' \ localhost:444 ``` should return the response of `{"predict": "LowSecurity"}`.