Skip to content
Snippets Groups Projects
Commit afab4e32 authored by Patrick Chanezon's avatar Patrick Chanezon Committed by Alex Ellis
Browse files

fix port in README (#3)

parent e2a6eebd
No related branches found
No related tags found
No related merge requests found
......@@ -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.
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment