From b5fb43dff7b95ca5e95b5bb3cafa8b5783b50471 Mon Sep 17 00:00:00 2001 From: Yalh Date: Fri, 25 Jan 2019 12:21:10 +0100 Subject: [PATCH] correct syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d67938..a187191 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You can make users **moderators**. They will then be able to **delete any post** **Run:** - $ MIX_ENV=prodmix set_moderator username [true|false] + $ MIX_ENV=prod mix set_moderator username [true|false] **True** option will **make the user moderator** and **flase** will **take away the moderator privileges** from the user.