From e388be9c018afc7234c93c06c262cab8d0e722fe Mon Sep 17 00:00:00 2001 From: Baozi Wu Date: Sun, 26 Jul 2015 16:01:52 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b27002c..010df1a6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ architecture. We'd love your help. [Learn how you can help here.](https://github ## Example -Given two models, a `Post(title: string, body: text)` and a +Given two models, a `Post(title:string, body:text)` and a `Comment(name:string, body:text, post_id:integer)`, you will have two serializers: From 672618447e689a5f681201764f7dbfa38907842a Mon Sep 17 00:00:00 2001 From: Baozi Wu Date: Mon, 27 Jul 2015 02:44:53 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 010df1a6..0036931b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ architecture. We'd love your help. [Learn how you can help here.](https://github ## Example -Given two models, a `Post(title:string, body:text)` and a -`Comment(name:string, body:text, post_id:integer)`, you will have two +Given two models, a `Post(title: string, body: text)` and a +`Comment(name: string, body: text, post_id: integer)`, you will have two serializers: ```ruby