From 48a0031e3a3a553c05537ff987419bdb03085b5e Mon Sep 17 00:00:00 2001 From: Sam Woodard Date: Mon, 13 Jul 2015 14:49:36 -0700 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31bfc12..c4f4f69 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ This method encodes a response for a single record only. If you want to serializ records, see, [MarshalManyPayload](#marshalmanypayload). Wrties a jsonapi response, with related records sideloaded, into `included` array. -#### Handler Exmaple Code +#### Handler Example Code ```go func CreateBlog(w http.ResponseWriter, r *http.Request) {