From a563b37ba1eea2b125afe7f4efcb39e97e1f7e7b Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 28 Jan 2017 11:39:50 +0200 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 126144d9..0f3618e3 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ func main(){ // http://localhost:6111/users/42 // Method: "GET" - userAPI.Get("/:userid", getByIDHandler) + userAPI.Get("/:id", getByIDHandler) // http://localhost:6111/users // Method: "POST"