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