From de8601fb79cf8871b622f9a115067fd985cdd240 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 5 Feb 2014 12:56:38 -0500 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc4f60924b..ab1a07a604 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,12 @@ Table of Contents - [Useful Tools](#useful-tools) - [Recommended Design](#recommended-design) - [Recommended Node.js Libraries](#recommended-nodejs-libraries) -- [Recommended Client-Side libraries](#recommended-client-side-libraries) +- [Recommended Client-Side Libraries](#recommended-client-side-libraries) - [Pro Tips](#pro-tips) - [FAQ](#faq) +- [How It Works](#how-it-works-mini-guides) - [Deployment](#deployment) -- [TODO](#todo) +- [TODO](#todo) - [Contributing](#contributing) - [License](#license) @@ -384,8 +385,8 @@ this feature. I have started working on it, but if it's really that important an it, check out the [forgot-password](https://github.com/sahat/hackathon-starter/tree/forgot-password) branch. So far it has a template, GET controller to render that template, POST controller to send an email via Nodemailer. -How it works (mini guide) -------------------------- +How It Works (mini guides) +-------------------------- This section is intended for giving you a detailed explanation about how a particular functionality works. Maybe you are just curious about how it works, or maybe you are lost and confused while reading the code,