branch: master commit 148e55bb70bebe7861eeb372c86835a4ee12ce5d Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Readme updates. --- README.md | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 068264c..3f41308 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,15 @@ Highlights JavaScript code according to function context. Code in the global scope is white, code in functions within the global scope is yellow, code within -such functions is green, etc. +such functions is green, etc. Comments are grey. ## Usage -- Install [Node.js 0.10][node] (or higher). -- Clone this repository, and run `npm install` in it. -- Put this repository on your [load path][]. +Requires Emacs 24+ and [Node.js 0.10+][node]. + +- Clone this repository. +- Run `npm install --production` in it. +- Add it to your [load path][]. - Add the following to your `~/.emacs`: ```lisp