Skip to content

Commit

Permalink
Modify typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-sanghoon committed Nov 16, 2020
1 parent 2500a0d commit 7b57f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}`.
Expand Down

0 comments on commit 7b57f7c

Please sign in to comment.