From 26e20252f073449736172db94beee06212af4ea5 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 4 Nov 2014 19:24:40 +0200 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf0b133e0f..39021d6763 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ To run your application in a secure manner you'll need to use OpenSSL and genera $ sh generate-ssl-certs.sh ``` Windows users can follow instructions found [here](http://www.websense.com/support/article/kbarticle/How-to-use-OpenSSL-and-Microsoft-Certification-Authority) -To generate the key and certificate and place them in the [config/sslcerts](config/sslcerts) folder. +To generate the key and certificate and place them in the *config/sslcert* folder. ## Getting Started With MEAN.JS You have your application running but there are a lot of stuff to understand, we recommend you'll go over the [Official Documentation](http://meanjs.org/docs.html).