README.md in game_dig-0.0.1 vs README.md in game_dig-0.1.0

- old
+ new

@@ -67,11 +67,14 @@ require 'game_dig' data = GameDig.query(type: 'minecraft', host: 'my-server.example.com') p data ``` -### Service wrapper (not implemented yet!) -Behaves the same to the user, but runs a tiny node webservice in the background to avoid startup times. +### Service wrapper (experimental, only did some testing on linux) + +Only the following parameters are implemented for the service wrapper: `type, host, protocol` (version 0.1.0) + +Behaves the same to the user, but runs a tiny node webservice in the background to avoid startup times when called more than one time. ``` your-ruby-app --------> ruby-game_dig --------> tiny node instance in a separate thread using gamedig node module