k8si commited on
Commit
d032746
1 Parent(s): 32722ab

Update README.md

Browse files

Fix typo in usage example

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