From 2b9a9edf16b88864a97acf68845c64af459384e3 Mon Sep 17 00:00:00 2001 From: Grant Rettke Date: Wed, 27 Dec 2017 11:23:54 -0500 Subject: [PATCH] (Grammar Fix): Clarify statement about when to migrate models. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aca375b..8ba66e8 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ python manage.py runserver ``` now, you can start hacking on it. -# After models you've changed your models please run: +# After you've changed your models, please run: ``` ./manage.py schemamigration openduty --auto ./manage.py schemamigration notification --auto