From 134f373b64a79c16e0d4e72acf47a355ae37dfe9 Mon Sep 17 00:00:00 2001 From: Anton Curmanschii Date: Wed, 18 Sep 2024 17:00:48 +0300 Subject: [PATCH] Fix grammar error (#917) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114a0836..7f662ab4 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ func main() { **REST Preview:** -Here is a little preview of how routing looks like with chi. Also take a look at the generated routing docs +Here is a little preview of what routing looks like with chi. Also take a look at the generated routing docs in JSON ([routes.json](https://github.com/go-chi/chi/blob/master/_examples/rest/routes.json)) and in Markdown ([routes.md](https://github.com/go-chi/chi/blob/master/_examples/rest/routes.md)).