From 7c38897d1dc8e176c0fba99a53d9f1c61b963665 Mon Sep 17 00:00:00 2001 From: Andre Natal Date: Thu, 9 Dec 2021 23:16:17 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dec2df..f4dc98e 100644 --- a/README.md +++ b/README.md @@ -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