From ce6ef3bf9d99344626b06af16ed56979a8698931 Mon Sep 17 00:00:00 2001 From: Sean Hussey Date: Sun, 21 Dec 2014 22:31:09 -0500 Subject: [PATCH] Fix my own grammar mistake. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b1a918452..85b42010a0 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ Windows users can follow instructions found [here](http://www.websense.com/suppo After you've generated the key and certificate, place them in the *config/sslcerts* folder. ## Getting Started With MEAN.JS -You have your application running, but there is a lot of stuff to understand. We recommend you'll go over the [Official Documentation](http://meanjs.org/docs.html). -In the docs we'll try to explain both general concepts of MEAN components and give you some guidelines to help you improve your development process. We tried covering as many aspects as possible, and will keep updated it by your request. You can also help us develop and improve the documentation by checking out the *gh-pages* branch of this repository. +You have your application running, but there is a lot of stuff to understand. We recommend you go over the [Official Documentation](http://meanjs.org/docs.html). +In the docs we'll try to explain both general concepts of MEAN components and give you some guidelines to help you improve your development process. We tried covering as many aspects as possible, and will keep it updated by your request. You can also help us develop and improve the documentation by checking out the *gh-pages* branch of this repository. ## Community * Use the [Official Website](http://meanjs.org) to learn about changes and the roadmap.