From 71d291e52c77daf479934843cff10791b5a16b2f Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Fri, 3 Feb 2017 12:16:52 -0800 Subject: [PATCH] README.md: Fix typo in "serializer" (#65) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98d481b..a48898a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/google/jsonapi.svg?branch=master)](https://travis-ci.org/google/jsonapi) -A serailizer/deserializer for json payloads that comply to the +A serializer/deserializer for json payloads that comply to the [JSON API - jsonapi.org](http://jsonapi.org) spec in go. Also visit, [Godoc](http://godoc.org/github.com/google/jsonapi).