README.md in partisan-0.3 vs README.md in partisan-0.4
- old
+ new
@@ -35,10 +35,10 @@
```bash
$ bundle
```
-Run the migration to add the `follows` table:
+Run the migration to add the `follows` table and the `Follow` model:
```bash
$ rails generate partisan:install
```