k8si commited on
Commit
f61fec4
1 Parent(s): c255927

Update README.md

Browse files

Fix typo in usage example

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ Then, you can use your favorite HTTP client to call the server's `/embedding` en
34
  curl \
35
  -X POST \
36
  -H "Content-Type: application/json" \
37
- -d '{"text": "Hello, world!"}' \
38
  http://localhost:8080/embedding
39
  ```
40
 
 
34
  curl \
35
  -X POST \
36
  -H "Content-Type: application/json" \
37
+ -d '{"content": "Hello, world!"}' \
38
  http://localhost:8080/embedding
39
  ```
40