From 35f555871b3f1ad4e2afb3f890c8e9bda662e391 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 4 Dec 2019 12:46:54 +0100 Subject: [PATCH] fix typos --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index da62c2a..4557698 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,7 @@ mysql> create user 'YOURUSER'@'localhost' identified by 'YOURPASSWORD'; mysql> grant all privileges on YOURDBNAME.* to 'YOURUSER'@'localhost'; mysql> flush privileges; mysql> exit; +``` ## strapi deployement