Skip to content

Commit 9c069b0

Browse files
authored
Merge pull request #15 from thatneat/patch-1
typo
2 parents 5b9a5f1 + d2a9b35 commit 9c069b0

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
@@ -48,7 +48,7 @@ A full-fledged Apollo Server 2 with Apollo Client 2 starter project with React,
4848

4949
#### .env file
5050

51-
Since this boilerplate project is using PostgreSQL, you have to install it for your machine and get a database up and running. You find everything for the set up over here: [Setup PostgreSQL with Sequelize in Express Tutorial](https://www.robinwieruch.de/postgres-express-setup-tutorial). After you have created a database and a database user, you cann fill out the environment variables in the *server/.env* file.
51+
Since this boilerplate project is using PostgreSQL, you have to install it for your machine and get a database up and running. You find everything for the set up over here: [Setup PostgreSQL with Sequelize in Express Tutorial](https://www.robinwieruch.de/postgres-express-setup-tutorial). After you have created a database and a database user, you can fill out the environment variables in the *server/.env* file.
5252

5353
```
5454
DATABASE=mydatabase

0 commit comments

Comments
 (0)