From afab4e32e6bd1a32f3b1b05fbfdcb56d2fed0963 Mon Sep 17 00:00:00 2001 From: Patrick Chanezon Date: Mon, 9 Jan 2017 12:00:52 -0800 Subject: [PATCH] fix port in README (#3) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f18260ef..0f80438c 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ nnlzo6u3pilg func_prometheus.1 quay.io/prometheus/prometheus:latest moby Ru * Your function can be accessed via the gateway like this: ``` -# curl -X POST http://localhost:3000/function/func_hubstats -d "alexellis2" +# curl -X POST http://localhost:8080/function/func_hubstats -d "alexellis2" The organisation or user alexellis2 has 99 repositories on the Docker hub. -# curl -X POST http://localhost:3000/function/func_hubstats -d "library" +# curl -X POST http://localhost:8080/function/func_hubstats -d "library" The organisation or user library has 128 repositories on the Docker hub. ```