Skip to content

Commit

Permalink
Package and docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
stsvilik committed Jun 19, 2012
1 parent 608b7ac commit d8a08a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ and that is why the pattern syntax uses dots(.) instead of slashes. One thing th

How does it work?
---
jPath is a recursive scanner that processes each token of your pattern at a time passing the results of the findings back to itself. As it runs conditions to match the values, it tries to match value types on the left and right sides of the equasion (aples to aples, oranges to oranges). Results of the traversal are merged into a single Array.
jPath is a recursive scanner that processes each token of your pattern at a time passing the results of the findings back to itself. As it runs conditions to match the values, it tries to match value types on the left and right sides of the equasion (apples to apples, oranges to oranges). Results of the traversal are merged into a single Array.

Examples
---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,6 +17,6 @@
"type": "MIT",
"url": "https://github.com/stsvilik/node-jpath/blob/master/LICENSE-MIT"
}],
"main": "lib/node-jpath",
"main": "./lib/node-jpath",
"keywords": ["utility", "xpath", "jpath", "traversal", "objects"]
}

0 comments on commit d8a08a8

Please sign in to comment.