[Pkg-javascript-commits] [node-jsonstream] 134/214: Update JSONStream.parser to JSONStream.parse in the readme

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 12:58:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-jsonstream.

commit 20a29b0752546844c6fb797df3124df8685ad1d8
Author: Wyatt Pearsall <wyatt.pearsall at cfpb.gov>
Date:   Sun Mar 8 12:57:45 2015 -0400

    Update JSONStream.parser to JSONStream.parse in the readme
---
 readme.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.markdown b/readme.markdown
index ffc743a..930e16e 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -90,8 +90,8 @@ awesome!
 
 ### recursive patterns (..)
 
-`JSONStream.parser('docs..value')` 
-(or `JSONStream.parser(['docs', {recurse: true}, 'value'])` using an array)
+`JSONStream.parse('docs..value')` 
+(or `JSONStream.parse(['docs', {recurse: true}, 'value'])` using an array)
 will emit every `value` object that is a child, grand-child, etc. of the 
 `docs` object. In this example, it will match exactly 5 times at various depth
 levels, emitting 0, 1, 2, 3 and 4 as results.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git



More information about the Pkg-javascript-commits mailing list