diff --git a/Guides/Generating your models.md b/Guides/Generating your models.md index eef8b688..28200d33 100644 --- a/Guides/Generating your models.md +++ b/Guides/Generating your models.md @@ -64,7 +64,7 @@ This is especially useful if you plan to change/extend the plugin in any way. Now you are ready to generate your `IGListDiffable` conforming models! To generate a model, create a new `.value` file. Here's an example: ``` -// PersonModel.value +# PersonModel.value PersonModel includes(IGListDiffable) { NSString *firstName NSString *lastName @@ -164,4 +164,4 @@ and ## Documentation -Please see the main remodel repository for [additional documentation](https://github.com/facebook/remodel) \ No newline at end of file +Please see the main remodel repository for [additional documentation](https://github.com/facebook/remodel)