Update README.md

This commit is contained in:
Baozi Wu 2015-07-26 16:01:52 +08:00
parent e1c25e86e3
commit e388be9c01

View File

@ -22,7 +22,7 @@ architecture. We'd love your help. [Learn how you can help here.](https://github
## Example ## 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 `Comment(name:string, body:text, post_id:integer)`, you will have two
serializers: serializers: