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"