Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58c99cd

Browse files
psyanitekoistya
authored andcommitted
Update minor changes to README.md (kriasoft#73)
1 parent 2d61901 commit 58c99cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This project was bootstraped with [Node.js API Starter Kit][nodejskit] ([support
5555
├── docker-compose.yml # Defines Docker services, networks and volumes
5656
├── docker-compose.override.yml # Overrides per developer environment (not under source control)
5757
├── Dockerfile # Commands for building a Docker image for production
58-
├── package.json # The list of project dependencies
58+
├── package.json # List of project dependencies
5959
└── postgres-initdb.sh # Configuration script for the PostgreSQL Docker container
6060
```
6161

@@ -147,7 +147,7 @@ docker-compose up
147147
```
148148

149149
*NOTE: Try to merge as soon as the new changes land on the master branch in Node.js API Starter
150-
repository, otherwise your project may diverse too much from the base/upstream repo.*
150+
repository, otherwise your project may differ too much from the base/upstream repo.*
151151

152152

153153
## Deployment
@@ -172,8 +172,8 @@ However, if you decide to get involved, please take a moment to review the [guid
172172

173173
## Reference Articles and Tutorials
174174

175-
* [Stop using JWT for sesstions](http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/)
176-
([part 2](http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/))
175+
* [Stop using JWT for sessions](http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/)
176+
([Part 2](http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/))
177177
by [Sven Slootweg](https://github.com/joepie91)
178178
* [How to Safely Store Your Users' Passwords](https://paragonie.com/blog/2016/02/how-safely-store-password-in-2016)
179179
by [P.I.E.](https://paragonie.com/)

0 commit comments

Comments
 (0)