From c766a133d47930e2be6144d75498a0e97a7b4ac6 Mon Sep 17 00:00:00 2001 From: Tarek Ali Date: Fri, 8 May 2020 22:45:04 -0500 Subject: [PATCH] Better initial articulation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc23fc2..dbde0852 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Release](https://img.shields.io/github/release/gin-gonic/gin.svg?style=flat-square)](https://github.com/gin-gonic/gin/releases) [![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/gin-gonic/gin)](https://www.tickgit.com/browse?repo=github.com/gin-gonic/gin) -Gin is a web framework written in Go (Golang). It features a martini-like API with performance that is up to 40 times faster thanks to [httprouter](https://github.com/julienschmidt/httprouter). If you need performance and good productivity, you will love Gin. +Gin is a web framework written in The Go Programming Language. It features a martini-like API with performance that is up to 40x faster thanks to [httprouter](https://github.com/julienschmidt/httprouter). If you need performance and good productivity, you will love Gin. ## Contents