From 587d55101302e452eb71f5fcc3be8e35eff066f0 Mon Sep 17 00:00:00 2001 From: Sean Hussey Date: Wed, 17 Dec 2014 09:42:29 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c85e0623d..ad1de28c8d 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 ```