diff --git a/README.md b/README.md index 41566a580..7ed17e683 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ Create a `routes.json` file. Pay attention to start every route with `/`. "/api/*": "/$1", "/:resource/:id/show": "/:resource/:id", "/posts/:category": "/posts?category=:category", - "/articles\\?id=:id": "/posts/:id" + "/articles?id=:id": "/posts/:id" } ```