From bbad1acda9f7899e250239beea57e117b3318e1e Mon Sep 17 00:00:00 2001 From: Stian Jensen Date: Fri, 13 Jan 2023 11:23:02 +0100 Subject: [PATCH] Fix typo in package name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af87be6..ebc1c28 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The workflow for this would be: * commit and note the commit hash * `git checkout 2.0` * create a new branch `git checkout -b 2-0-replace-migrations` -* Install `django-replace-migration` here. +* Install `django-replace-migrations` here. * run `./manage.py makemigrations --replace-all --name replace_2_0 app1, app2, ...` ([How to get all apps](https://stackoverflow.com/questions/4111244/get-a-list-of-all-installed-applications-in-django-and-their-attributes)) * commit and note the commit hash * `git checkout [your main/feature branch]`