Skip to content

Commit

Permalink
Fix repository references to use couchbase instead of couchbaselabs.
Browse files Browse the repository at this point in the history
Change-Id: I60e6fce1864716cb85020d2cd6eb1b471d03d8ee
Reviewed-on: http://review.couchbase.org/77279
Reviewed-by: Brett Lawson <brett19@gmail.com>
Tested-by: Brett Lawson <brett19@gmail.com>
  • Loading branch information
brett19 committed Apr 24, 2017
1 parent d5a64dd commit 0adf92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ around in [couchbase/discuss on gitter.im](https://gitter.im/couchbase/discuss)

To install the latest stable version, run:
```bash
go get gopkg.in/couchbaselabs/gocb.v1
go get gopkg.in/couchbase/gocb.v1
```

To install the latest developer version, run:
```bash
go get github.com/couchbaselabs/gocb
go get github.com/couchbase/gocb
```


Expand Down

0 comments on commit 0adf92d

Please sign in to comment.