Merge pull request #311 from seanhussey/patch-1

Fix typo
This commit is contained in:
Liran Tal
2014-12-17 22:20:12 +02:00

View File

@@ -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
```