docs(readme): update readme to reflect new package path
This commit is contained in:
@@ -5,7 +5,7 @@ go-cid
|
||||
[](http://ipfs.io/)
|
||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
||||
[](https://github.com/RichardLitt/standard-readme)
|
||||
[](https://godoc.org/github.com/ipfs/go-cid)
|
||||
[](https://godoc.org/code.sonr.org/go/cid)
|
||||
[](https://coveralls.io/github/ipfs/go-cid?branch=master)
|
||||
[](https://travis-ci.org/ipfs/go-cid)
|
||||
|
||||
@@ -31,7 +31,7 @@ It is used in `go-ipfs` and related packages to refer to a typed hunk of data.
|
||||
`go-cid` is a standard Go module which can be installed with:
|
||||
|
||||
```sh
|
||||
go get github.com/ipfs/go-cid
|
||||
go get code.sonr.org/go/cid
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -61,7 +61,7 @@ fmt.Println("Got CID: ", c)
|
||||
```go
|
||||
|
||||
import (
|
||||
cid "github.com/ipfs/go-cid"
|
||||
cid "code.sonr.org/go/cid"
|
||||
mc "github.com/multiformats/go-multicodec"
|
||||
mh "github.com/multiformats/go-multihash"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user