Skip to content

Commit 438d8f4

Browse files
committed
Merge pull request #1019 from baojjeu/master
Improve README.md
2 parents e1c25e8 + 6726184 commit 438d8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ architecture. We'd love your help. [Learn how you can help here.](https://github
2323
## Example
2424

2525
Given two models, a `Post(title: string, body: text)` and a
26-
`Comment(name:string, body:text, post_id:integer)`, you will have two
26+
`Comment(name: string, body: text, post_id: integer)`, you will have two
2727
serializers:
2828

2929
```ruby

0 commit comments

Comments
 (0)