README.md in nne_client-0.0.6 vs README.md in nne_client-0.0.7

- old
+ new

@@ -93,9 +93,15 @@ NNEClient.configure do |config| config.http_read_timeout = 5 end +Alternatively use `with_timeout`: + + NNEClient.with_timeout(3) do + ... + end + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`)