From 662ef1c46126a6356db5c64a39079a2656b167e7 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Sun, 23 Feb 2014 22:18:08 +0100 Subject: [PATCH] Small changes in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4604da9..76cfe8a 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,9 @@ carton exec script/lutim cron ``` ###Statistics -To generate statistics which can be viewed at the address `/stats`: +To generate statistics which can be viewed at the address `/stats` (we need to reload hypnotoad after the stats generation): ```shell -carton exec script/lutim cron stats +carton exec script/lutim cron stats && carton exec hypnotoad script/lutim ``` ###Delete IP adresses from database @@ -133,7 +133,7 @@ Set a string in the `broadcast_message` option of `lutim.conf` and reload the se carton exec hypnotoad script/lutim ``` -It may take a few reload before the message is displayed. +It may take a few reload of page before the message is displayed. ##API You can add images by using the API. Here's the parameters of the `POST` request to `/` adress:.