]> code.delx.au - gnu-emacs-elpa/commitdiff
Readme updates.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Fri, 21 Nov 2014 10:50:27 +0000 (02:50 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Fri, 21 Nov 2014 10:50:27 +0000 (02:50 -0800)
README.md

index 068264c6077125c26424d5edeb65c609a7c1db31..3f41308ed95ecf0c0b39c0720e74626d2f0ea4fc 100644 (file)
--- 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