Skip to content

Commit 88a2027

Browse files
committed
#54 testing the format of line break in readme
1 parent e04ed25 commit 88a2027

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
@@ -14,14 +14,14 @@ All the dependencies used in this project will be listed in the `package.json` f
1414

1515
To start working on this project first you need to create `.env` file. This .env file will contain:
1616

17-
`PORT`
17+
`PORT`
1818
You can set it on any port number you want.
1919

2020
`TOKEN_SECRET` which you will get by running following line in terminal
2121
```
2222
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));
2323
```
24-
`ENVIRONMENT`
24+
`ENVIRONMENT`
2525
Set this on 'local'
2626

2727
`DB_URL`

0 commit comments

Comments
 (0)