README.markdown in riemann-dash-0.2.5 vs README.markdown in riemann-dash-0.2.6

- old
+ new

@@ -20,11 +20,12 @@ command-line argument. If none is given, it looks for a file in the local directory: config.rb. That file can override any configuration options on the Dash class, and hence, all Sinatra configuration. ``` ruby -set :port, 6000 # HTTP server on port 6000 +set :port, 6000 # HTTP server on port 6000 +set :bind, "1.2.3.4" # Bind to a different interface config[:ws_config] = 'custom/config.json' # Specify custom workspace config ``` @@ -47,6 +48,6 @@ REPL ==== $ sh/c > irb :001 > Riemann::Dash::VERSION - > => "0.2.2" \ No newline at end of file + > => "0.2.2"