From d012c461620afdd7cd57a51b0d9227bbea360e7f Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 23 Feb 2018 08:23:29 +0000 Subject: [PATCH] Update README.md --- sample-functions/SentimentAnalysis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-functions/SentimentAnalysis/README.md b/sample-functions/SentimentAnalysis/README.md index 6d52b627..77a0d1dd 100644 --- a/sample-functions/SentimentAnalysis/README.md +++ b/sample-functions/SentimentAnalysis/README.md @@ -7,7 +7,7 @@ Example: Run in the function: ``` -# curl -s http://localhost:8080/function/sentimentanalysis --data-binary \ +# curl -s http://localhost:8080/system/functions --data-binary \ '{ "service": "sentimentanalysis", "image": "functions/sentimentanalysis",