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 5ed4694 commit 485503b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -19,11 +19,9 @@ add xpath selectors to tell jath where the data should come from.
</status>
</statuses>


**into:**

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

[ { id: "1", message: "Hello" }, { id: "3", message: "Goodbye" }, ... ];

**using:**

Expand Down Expand Up @@ -98,11 +96,11 @@ array, expressed in json, would look something like this:

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

Jath does not support anything other than string terminal data right now, hopefully
Jath does not support anything other than string data right now, hopefully
that will change soon.

# Status:
This software is a proof of concept. There are edge cases that it cannot handle,
This software is a proof of concept. There are cases that it cannot handle,
and isn't production-ready.

# Limitations:
Expand Down

0 comments on commit 485503b

Please sign in to comment.