fix package short description

This commit is contained in:
Sam Woodard 2015-08-02 14:10:26 -07:00
parent 789321ddea
commit b285306d68
1 changed files with 2 additions and 1 deletions

3
doc.go
View File

@ -1,5 +1,5 @@
/*
Visit the readme at https://github.com/shwoodard/jsonapi
Package jsonapi provides a serializer and deserializer for jsonapi.org spec payloads.
You can keep your model structs as is and use struct field tags to indicate to jsonapi
how you want your response built or your request deserialzied. What about my relationships?
@ -60,5 +60,6 @@ the key in the "relationships" hash for the record.
Use the methods below to Marshal and Unmarshal jsonapi.org json payloads.
Visit the readme at https://github.com/shwoodard/jsonapi
*/
package jsonapi