From dd53b225bd97e6a75997e031432baff814052f4f Mon Sep 17 00:00:00 2001 From: Ben Nelson Date: Tue, 15 Aug 2017 01:08:04 -0700 Subject: [PATCH] Updated README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 18e93a9..92ad608 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ * Callback Functions * Closure - * arguments array - * recursion - * prototype - * constructors + * `arguments` + * Recursion + * `prototype` + * Constructors 2. Fork and clone this repo. When you need to commit use the following commands. - * git status - * git add --all - * git status - * git commit -m "your commit message" - * git push origin master + * `git status` + * `git add --all` + * `git status` + * `git commit -m "your commit message"` + * `git push origin master` 3. Install dependencies using `npm install`. Run tests using `npm test`.