From b9e7fe3161809f0831eae6c11f3f59559795e219 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 23 May 2022 22:54:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 879a01b0..177a8264 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # django-migration-fixer -Resolve django makemigrations `multiple leaf nodes in the migration graph` by ensuring that migration files and dependencies are always ordered regardless of remote changes, without having to run `python manage.py makemigrations --merge` +Resolve django makemigrations `multiple leaf nodes in the migration graph` by ensuring that migration files and dependencies are always ordered regardless of remote changes, without having to run `python manage.py makemigrations --merge`. ## Table of Contents