Skip to content

Commit

Permalink
updated synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewcome committed Apr 17, 2010
1 parent 627d27a commit 53181c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -7,8 +7,8 @@ add xpath selectors to tell jath where the data should come from.
# Synopsis
turn

<div>
<statuses>
<raw>
<statuses userid="djn">
<status id="1">
<message>Hello</message>
</status>
Expand All @@ -18,7 +18,7 @@ turn
<status id="5">
</status>
</statuses>
</div>
</raw>

into
`var result = [ { id: "1", message: "Hello" }, { id: "3", message: "Goodbye" }, ... ];`
Expand Down

0 comments on commit 53181c7

Please sign in to comment.