From 8f8aa0b9c9ef128a70218e5354d326e6e764a740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artemiy=20Knipe=20=7C=20=D0=90=D1=80=D1=82=D0=B5=D0=BC?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=9A=D0=BE=D0=BD=D0=B4=D0=B0=D1=82=D1=8C=D0=B5?= =?UTF-8?q?=D0=B2?= Date: Sat, 29 Sep 2018 17:43:13 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🙂Micro-fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6529a2eb..194ab3325 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ This procedure is not easy to follow so if you don't need to write some code for ``` 8. Build the database. You may have to follow the steps described in [the PostgreSQL configuration chapter](#setup-fabmanager-in-postgresql) before, if you don't already had done it. - - **Warning**: **NO NOT** run `rake db:setup` instead of these commands, as this will not run some required raw SQL instructions. + - **Warning**: **DO NOT** run `rake db:setup` instead of these commands, as this will not run some required raw SQL instructions. - **Please note**: Your password length must be between 8 and 128 characters, otherwise db:seed will be rejected. This is configured in [config/initializers/devise.rb](config/initializers/devise.rb) ```bash