From 8d812a2097176975292b7c9fbc5f7dabbee63dae Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 25 May 2015 21:19:02 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 594b065..d6d11d2 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ func main() { func main() { r := gin.Default() - // Query string parameters are parsed used the existing underlying request object. + // Query string parameters are parsed using the existing underlying request object. // The request responds to a url matching: /search?firstname=Jane&lastname=Doe r.GET("/search", func(c *gin.Context) { firstname := c.Request.URL.Query().Get("firstname")