Skip to content

Commit 8fbbd12

Browse files
committed
Merge pull request #221 from manyminds/sharpner-patch-1
Fix import path in readme
2 parents 8a562a2 + e436fbe commit 8fbbd12

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
@@ -217,7 +217,7 @@ fields which are only used internally to manage relations or data that needs to
217217
## Manual marshaling / unmarshaling
218218
Please keep in mind that this only works if you implemented the previously mentioned interfaces. Manual marshalling and
219219
unmarshalling makes sense, if you do not want to use our API that automatically generates all the necessary routes for you. You
220-
can directly use our sub-package `github.com/manyminds/api2go/jsonapi`
220+
can directly use our sub-package `gopkg.in/manyminds/api2go.v0/jsonapi`
221221

222222
```go
223223
comment1 = Comment{ID: 1, Text: "First!"}

0 commit comments

Comments
 (0)