Skip to content

Commit 95a1694

Browse files
authored
Update README.md
Change badge
1 parent 5c2c7a8 commit 95a1694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![CircleCI](https://circleci.com/gh/friendsofgo/gopherapi.svg?style=svg)](https://circleci.com/gh/friendsofgo/gopherapi)
1+
[![CircleCI](https://circleci.com/gh/friendsofgo/gopherapi/tree/master.svg?style=svg)](https://circleci.com/gh/friendsofgo/gopherapi/tree/master)
22

33
# Gopher API
44
The Gopher API, is a simple CRUD API for formative purpose, we're building it while writing the posts of the [blog](https://blog.friendsofgo.tech).
@@ -8,7 +8,7 @@ The Gopher API, is a simple CRUD API for formative purpose, we're building it wh
88
**Install**
99

1010
```sh
11-
$ GO111MODULE=auto go get -u github.com/friendsofgo/gopherapi/cmd/gopherapi
11+
$ GO111MODULE=off go get -u github.com/friendsofgo/gopherapi/cmd/gopherapi
1212
```
1313

1414
**Usage**

0 commit comments

Comments
 (0)