From 60a842595a352c6d0a1afd00155e4a4a665fffa6 Mon Sep 17 00:00:00 2001 From: Mathijs de Bruin <mathijs@mathijsfietst.nl> Date: Wed, 30 Nov 2016 10:12:38 +0200 Subject: [PATCH] Fix glitch in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd7b497f..d6877333e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To make sure everything is setup and configured well, run: Groups and their respective permissions are created using the management command ```shell -(scipostenv) $ ./manage.py create_groups_and_permissions +(scipostenv) $ ./manage.py add_groups_and_permissions ``` ### Create and run migrations -- GitLab