fix typo in readme

This commit is contained in:
Manuel Raynaud
2013-03-19 09:32:44 +01:00
parent 2e9ef975cb
commit 68494a4fbf

View File

@@ -29,10 +29,10 @@ $ cp config_db.mysql.php config_db.php
```
Edit config_db.php file and fulfill your mysql connection parameters :
- replace __DB_LOGIN__ with your mysql user
- replace __DB_PASSWORD__ with your mysql password
- replace __DB_NAME__ with you database name
- replace __DB_HOST__ with your mysql host
- replace ```__DB_LOGIN__``` with your mysql user
- replace ```__DB_PASSWORD__``` with your mysql password
- replace ```__DB_NAME__``` with you database name
- replace ```__DB_HOST__``` with your mysql host
Usage
-----