Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenatal authored Dec 10, 2021
1 parent a989fa0 commit 7c38897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ HTTP service that uses [bergamot-translator](https://github.com/mozilla/bergamot

## Calling the service
````
curl --header "Content-Type: application/json" \
$ curl --header "Content-Type: application/json" \
--request POST \
--data '{"from":"es", "to":"en", "text": "Hola Mundo"}' \
http://0.0.0.0:8080/v1/translate
> {"result": "Hello World"}
`````
## Service configuration
Expand Down

0 comments on commit 7c38897

Please sign in to comment.