From f709030e043673e76490872f2d60e332a47423f1 Mon Sep 17 00:00:00 2001 From: navaneethkumar-m Date: Fri, 28 Jul 2017 20:44:50 +0530 Subject: [PATCH] Update README.md Updating the correct file path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32378ec4..3ee717f1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ find . -type f -exec chmod 644 {} + Rename the `creds-sample.php` file to `creds.php`: ```bash -mv creds-sample.php creds.php +mv web/creds-sample.php web/creds.php ``` Then edit/enter your MySQL username and password in the empty **$db_user** and **$db_pass** fields: