Update README.md

This commit is contained in:
Baozi Wu 2015-07-27 02:44:53 +08:00
parent e388be9c01
commit 672618447e

View File

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