Skip to content

Commit

Permalink
readme update - removing useless 'new', since there's a class method …
Browse files Browse the repository at this point in the history
…we can use directly
  • Loading branch information
brianmario committed Jul 7, 2009
1 parent e58f1e3 commit f1c6797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -49,7 +49,7 @@ or maybe a StringIO

or maybe STDIN

cat someJsonFile.json | ruby -ryajl -e "puts Yajl::Parser.new.parse(STDIN).inspect"
cat someJsonFile.json | ruby -ryajl -e "puts Yajl::Parser.parse(STDIN).inspect"


Or lets say you didn't have access to the IO object that contained JSON data, but instead
Expand Down

0 comments on commit f1c6797

Please sign in to comment.