From b285306d685c6f6efab16645050b5e2afd51d62b Mon Sep 17 00:00:00 2001 From: Sam Woodard Date: Sun, 2 Aug 2015 14:10:26 -0700 Subject: [PATCH] fix package short description --- doc.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 5a4032e..94e1e02 100644 --- a/doc.go +++ b/doc.go @@ -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