Skip to content

Commit ad8c73f

Browse files
committed
Merge pull request #309 from DefinitelyCarter/patch-1
Update README.md
2 parents 21cbabb + 0c0a09d commit ad8c73f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ If you need any help you can find me on the [RethinkDB slack](http://slack.rethi
1616

1717
## Installation
1818

19-
```sh
20-
go get -u github.com/dancannon/gorethink
21-
```
22-
23-
Or (pinned to the v1.x.x tag)
2419
```
2520
go get gopkg.in/dancannon/gorethink.v2
2621
```
2722

23+
(Or v1)
24+
25+
```sh
26+
go get gopkg.in/dancannon/gorethink.v1
27+
```
28+
2829
## Connection
2930

3031
### Basic Connection

0 commit comments

Comments
 (0)