Merge pull request #1019 from baojjeu/master

Improve README.md
This commit is contained in:
João Moura 2015-07-28 21:32:01 -03:00
commit 438d8f411a

View File

@ -23,7 +23,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
`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:
```ruby