From f939bc10602c94cc58d6a74456bcbb26ce35fcc2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 10 Jan 2020 21:58:21 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683df7c..93df62a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Mobilizon is a tool designed to create platforms for managing communities and ev 1. Even if requested during installation: admin, language and password variables are not used 1. Admin Dashboard is still not implemented 1. When your mobilizon instance is installed, you need to register. -1. When registered to be admin you have to manually goes in PostgreSQL, database $app, table users, and change the role value to `administrator` instead of `user` (other role available: `moderator`) +1. When registered, to be admin you have to manually goes in PostgreSQL, database $app, table users, and change the role value to `administrator` instead of `user` (other role available: `moderator`) Example to manually put user with id=1 as administrator: ```bash