README.md in json-streamer-2.0.0 vs README.md in json-streamer-2.0.1

- old
+ new

@@ -43,16 +43,18 @@ $ gem install json-streamer ## Usage +Check the unit tests for more examples ([spec/streamer_spec.rb](spec/json/streamer/json_streamer_spec.rb)). + +One `streamer` object handles one set of conditions. For multiple conditions create multiple streamers. For more details see [this discussion](https://github.com/thisismydesign/json-streamer/issues/9). + ```ruby require 'json/streamer' ``` ### v1.2 (and above) API - -Check the unit tests for more examples ([spec/streamer_spec.rb](spec/json/streamer/json_streamer_spec.rb)). #### Passing IO upfront ```ruby file_stream = File.open('data.json', 'r')