From 791e1ec21315144461f4b309a58fdb4fa5561c30 Mon Sep 17 00:00:00 2001 From: asmega Date: Sat, 21 Jul 2012 23:06:07 +0100 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd80a63..382965d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Example. config.middleware.use(Logput::Middleware, :lines_to_read => 300, :path_to_log_file => './log/delayed_job') +Start you rails server as normal in the set environemnt. Navigate to /logput e.g. [http://localhost:3000/logput](http://localhost:3000/logput) + ## Contributing 1. Fork it