diff --git a/README.md b/README.md index 0c85e062..ad1de28c 100644 --- a/README.md +++ b/README.md @@ -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 ```