commit 829066dc2390bc80e807e1f9164d6a0d1c0525ce
parent 4940f970795c86f4923db26a6347f8ddae6ab32c
Author: Joris Vink <joris@coders.se>
Date: Thu, 26 Jan 2017 22:02:11 +0100
i can't port.
Diffstat:
examples/python/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/python/README.md b/examples/python/README.md
@@ -10,5 +10,5 @@ Test:
$ curl -k https://127.0.0.1:8888
$ curl -k https://127.0.0.1:8888/state
$ curl -k https://127.0.0.1:8888/auth
- $ curl -X PUT -d '{\"hello\": 123}' https://127.0.0.1/json
+ $ curl -X PUT -d '{\"hello\": 123}' https://127.0.0.1:8888/json
```