Skip to content

Commit 12428e5

Browse files
committed
Updating README.
1 parent fd0fe16 commit 12428e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ SERVER_PORT=""
6565
## Setup
6666

6767
1. Create a `.env.local` file on the root of the project based on `.env.example`
68-
2. Create a local `app` database. `$ createdb <DB_NAME>;`
68+
2. Create a `dev` app database. `$ createdb <DB_NAME>;`
6969
3. Execute `$ npm run setup:local`
7070
4. Start the development server running `$ npm run dev`
7171

7272
## Running Tests
7373

7474
1. Create a `.env.test` file on the root of the project based on `.env.example`
75-
2. Create a test `app` database. `$ createdb <DB_NAME>;`
75+
2. Create a `test` app database. `$ createdb <DB_NAME>;`
7676
3. Execute `$ npm run setup:test`
7777
4. Run `$ npm test`
7878

0 commit comments

Comments
 (0)