From 70d9df88964175d746f2a438f071a41b5e14f806 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 11 Aug 2014 11:01:59 +0200 Subject: [PATCH] s/id/user --- examples/tasks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tasks/README.md b/examples/tasks/README.md index 5f5b24e..c2dc5f2 100644 --- a/examples/tasks/README.md +++ b/examples/tasks/README.md @@ -16,6 +16,6 @@ Run: Test: ``` - # curl -i -k https://127.0.0.1:8888/?id=astring + # curl -i -k https://127.0.0.1:8888/?user=astring The returned data must match what you supplied in user ([a-z] string) ```