JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update docs
authorJason Woofenden <jason@jasonwoof.com>
Mon, 1 Feb 2016 19:49:56 +0000 (14:49 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 1 Feb 2016 19:49:56 +0000 (14:49 -0500)
README.md

index 272da2e..26edc34 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,12 +37,17 @@ Quick Start Guide
 
                window.peach_parser.parse("<p>foo</p>", {fragment: "body"})
 
+5.     Open ``editor_tests_coffee.html`` in your browser
+
 For further reading, see "Running Under node.js" below.
 
 
 Running Under node.js
 ---------------------
 
+With node.js and Coffeescript, you can compile the coffeescript so you can use
+the faster test pages, and you can test the html parser without a browser.
+
 Dependencies: node.js, CoffeeScript
 
 1.     Install node.js https://nodejs.org/en/
@@ -86,6 +91,10 @@ Now you can do any of these things in any order:
        Note: the CoffeeScript compile time is significant, so you'll want to use
        the compiled javascript even though you could use the ``.coffee`` version.
 
+*      Hack editor.coffee more quickly, by testing in editor_tests.html which uses
+       the compiled version of the parser, thus speeding up load time
+       considerably.
+
 
 Feedback, Questions, Etc
 ------------------------