From 7b0f571304610c77dcf55c718feb63bf21029a5f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 18 Mar 2014 10:55:00 +0200 Subject: [PATCH] add syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55c046ff..aee298ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ HTML5 Parser for node.js Example (With jQuery!) ---------------------- - +```js /* Before you run this, run: (cd deps/jquery; rake) */ @@ -25,7 +25,7 @@ Example (With jQuery!) util.puts(window.document.innerHTML); }); - +``` Interesting features --------------------