Merge pull request #10 from James-TR/patch-1

Fix typo on readme
This commit is contained in:
Khanh Ngo 2016-02-14 21:25:26 +07:00
commit 3af9fc42e2

View file

@ -25,7 +25,7 @@ We will create a database which used by this web application. Please note that t
```
MariaDB [(none)]> CREATE DATABASE powerdnsadmin;
MariaDB [(none)]> GRANT ALL PRIVIELGES ON powerdnsadmin.* TO powerdnsadmin@'%' IDENTIFIED BY 'your-password';
MariaDB [(none)]> GRANT ALL PRIVILEGES ON powerdnsadmin.* TO powerdnsadmin@'%' IDENTIFIED BY 'your-password';
```
### PowerDNS-Admin