diff --git a/README.md b/README.md index 8b27002c..010df1a6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,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 +Given two models, a `Post(title:string, body:text)` and a `Comment(name:string, body:text, post_id:integer)`, you will have two serializers: