Skip to content

Commit 5a94a44

Browse files
committed
Refer subpackage in main documentation
1 parent 833b0f4 commit 5a94a44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ import "github.com/univedo/api2go"
1111

1212
**api2go works, but we're still working on some rough edges. Things might change. Open an issue and join in!**
1313

14+
Note: if you only need the marshaling functionality, you can install the subpackage via
15+
```go
16+
go get github.com/univedo/api2go/jsonapi
17+
```
18+
1419
## Usage
1520

1621
Take the simple structs:

0 commit comments

Comments
 (0)