Skip to content

Commit

Permalink
Merge pull request #114 from fxn/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
brianmario committed Feb 6, 2013
2 parents f6e74a6 + 5b05516 commit 970cc38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -68,13 +68,13 @@ only had access to chunks of it at a time. No problem!

``` ruby
def post_init
@parser = Yajl::Parser.new(:symbolize_keys => true)
@parser = Yajl::Parser.new(:symbolize_keys => true)
end

def object_parsed(obj)
puts "Sometimes one pays most for the things one gets for nothing. - Albert Einstein"
puts obj.inspect
end
puts "Sometimes one pays most for the things one gets for nothing. - Albert Einstein"
puts obj.inspect
end

def connection_completed
# once a full JSON object has been parsed from the stream
Expand Down

0 comments on commit 970cc38

Please sign in to comment.