Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #311 from seanhussey/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lirantal committed Dec 17, 2014
2 parents efe901d + 587d551 commit 8a52eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $ docker run -p 3000:3000 -p 35729:35729 -v /Users/mdl/workspace/mean-stack/mean
```

## Running in a secure environment
To run your application in a secure manner you'll need to use OpenSSL and generate a set of self-signed certificates. Unix-based users can use the following commnad:
To run your application in a secure manner you'll need to use OpenSSL and generate a set of self-signed certificates. Unix-based users can use the following command:
```
$ sh ./scripts/generate-ssl-certs.sh
```
Expand Down

0 comments on commit 8a52eee

Please sign in to comment.