Skip to content

Commit ba70615

Browse files
author
Gery Hirschfeld
authored
Merge pull request #16 from mikkeljuhl/update-readme
Change example.env to .env.example in README
2 parents cebfb14 + d5ee92b commit ba70615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Install a MySQL database.
5959
### Step 2: Create new Project
6060
Fork or download this project. Configure your package.json for your new project.
6161

62-
Then copy the `example.env` file and rename it to `.env`. In this file you have to add your database connection information.
62+
Then copy the `.env.example` file and rename it to `.env`. In this file you have to add your database connection information.
6363

6464
Create a new database with the name you have in your `.env`-file.
6565

0 commit comments

Comments
 (0)