Update README.md
Browse filesFix typo in usage example
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 '{"
|
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 |
|