From 8dc6c65f819e8b6915d50ad336a77158ec7b25e9 Mon Sep 17 00:00:00 2001 From: Aphyr Date: Sat, 2 Mar 2013 22:48:09 -0800 Subject: [PATCH] README: Remove misleading docs The readme suggested the config file controlled which riemann host to talk to; this is a total lie. --- README.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index c05879b..aae72c1 100644 --- a/README.markdown +++ b/README.markdown @@ -19,10 +19,8 @@ Configuring Riemann-dash takes an optional config file, which you can specify as the first 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 (hence all Sinatra configuration) as well as the Riemann client -options, etc. +Dash class, and hence, all Sinatra configuration. ``` ruby set :port, 6000 # HTTP server on port 6000 -config[:client][:host] = 'my.ustate.server' ```