Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

Commit 5f947f8

Browse files
committed
Update README.md
1 parent 0a16953 commit 5f947f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The emails are downloadable in a text file at any time.
55
Several users can start searching for emails without viewing the other users' searches (searches are related to a user).
66

77
## Installation
8-
- Create a mysql database (default name: `php-crawler`)
8+
- Create a mysql database (default name: `php_crawler`)
99
- Install the repo with [composer](https://getcomposer.org/):
1010
```bash
1111
composer create-project hedii/php-crawler php-crawler
@@ -18,7 +18,7 @@ npm install
1818
- Open the `.env` file, check the database credentials, and modify it if needed:
1919
```
2020
DB_HOST=127.0.0.1
21-
DB_DATABASE=php-crawler
21+
DB_DATABASE=php_crawler
2222
DB_USERNAME=root
2323
DB_PASSWORD=root
2424
```

0 commit comments

Comments
 (0)