Skip to content

Commit 6726184

Browse files
committed
Update README.md
1 parent e388be9 commit 6726184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ architecture. We'd love your help. [Learn how you can help here.](https://github
2222

2323
## Example
2424

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

2929
```ruby

0 commit comments

Comments
 (0)