From 53181c70edd8cc965b473cb2d4ac0bcd59edb5e4 Mon Sep 17 00:00:00 2001 From: dnewcome Date: Sat, 17 Apr 2010 11:57:58 -0400 Subject: [PATCH] updated synopsis --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57e554f..86edf4b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ add xpath selectors to tell jath where the data should come from. # Synopsis turn -
- + + Hello @@ -18,7 +18,7 @@ turn -
+ into `var result = [ { id: "1", message: "Hello" }, { id: "3", message: "Goodbye" }, ... ];`