[ci skip] update readme

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-11-09 14:27:26 +08:00
parent 6ebcc5f9c7
commit fb918bcd82

View File

@ -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"