浏览代码

fix typos

Bachir Soussi Chiadmi 4 年之前
父节点
当前提交
35f555871b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      readme.md

+ 1 - 0
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