From a030a6fd38f4398fc9898b97d0257bc00347243c Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 22 Nov 2018 15:24:08 +0100 Subject: [PATCH] update README --- examples/python-async/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/python-async/README.md b/examples/python-async/README.md index 46c1247..f24968c 100644 --- a/examples/python-async/README.md +++ b/examples/python-async/README.md @@ -8,4 +8,6 @@ Run: Test: ``` $ curl -k https://127.0.0.1:8888/queue + $ curl -k https://127.0.0.1:8888/lock + $ curl -k https://127.0.0.1:8888/proc ```