README.md: Fix typo in "serializer" (#65)

This commit is contained in:
Marc Abramowitz 2017-02-03 12:16:52 -08:00 committed by Aren Patel
parent 6e86cbdd0d
commit 71d291e52c
1 changed files with 1 additions and 1 deletions

View File

@ -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).