From e388be9c018afc7234c93c06c262cab8d0e722fe Mon Sep 17 00:00:00 2001 From: Baozi Wu Date: Sun, 26 Jul 2015 16:01:52 +0800 Subject: [PATCH] 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: