Browse Source

fix typos

Bachir Soussi Chiadmi 4 năm trước cách đây
mục cha
commit
35f555871b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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