zaidmehdi commited on
Commit
8027e5f
1 Parent(s): 361156c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Now you can try sending a POST request:
25
  ```
26
  curl -X POST -H "Content-Type: application/json" -d '{"text": "Your Arabic text"}' http://localhost:8080/classify
27
  ```
28
- The response should be a json of the form:
29
  ```
30
  {
31
  "class": "country_name"
 
25
  ```
26
  curl -X POST -H "Content-Type: application/json" -d '{"text": "Your Arabic text"}' http://localhost:8080/classify
27
  ```
28
+ The response should be a json with the following fields:
29
  ```
30
  {
31
  "class": "country_name"