From 210057b8d9b2f5a232ea567f8296ecea5fae88bf Mon Sep 17 00:00:00 2001 From: Markus Emrich Date: Wed, 21 Aug 2019 07:02:53 -0700 Subject: [PATCH] Update and rename Generating your models.md (#1359) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: … to Generating your models using remodel.md Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1359 Reviewed By: natestedman Differential Revision: D16927236 Pulled By: calimarkus fbshipit-source-id: fcf366f3a29c60f750285ad8e44df506ac850461 --- ...g your models.md => Generating your models using remodel.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Guides/{Generating your models.md => Generating your models using remodel.md} (98%) diff --git a/Guides/Generating your models.md b/Guides/Generating your models using remodel.md similarity index 98% rename from Guides/Generating your models.md rename to Guides/Generating your models using remodel.md index 28200d33..7d9553e6 100644 --- a/Guides/Generating your models.md +++ b/Guides/Generating your models using remodel.md @@ -1,4 +1,4 @@ -# Generating your IGListDiffable models +# Generating your IGListDiffable models using remodel With the `IGListDiffable` plugin for [remodel by facebook](https://github.com/facebook/remodel), you can automatically generate models conforming to the `IGListDiffable`.