Skip to content

Commit 5ace938

Browse files
committed
Remove the https:// part of the 'go get' URL
1 parent 818a2a5 commit 5ace938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
The easiest way to use the MessageBird API in your Go project is to install it using *go get*:
1414

1515
```
16-
$ go get https://github.com/messagebird/go-rest-api/messagebird
16+
$ go get github.com/messagebird/go-rest-api/messagebird
1717
```
1818

1919
If this doesn't work, you probably haven't set your [GOPATH](https://code.google.com/p/go-wiki/wiki/GOPATH) variable.

0 commit comments

Comments
 (0)