diff --git a/README.md b/README.md index 8e643d1..508da69 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Gin middleware/handler to enable CORS support. ### Start using it -1. Download and install it: +Download and install it: ```sh $ go get gopkg.in/gin-contrib/cors.v1 ``` -2. Import it in your code: +Import it in your code: ```go import "gopkg.in/gin-contrib/cors.v1"