From: Guillaume Pellerin Date: Sun, 17 Jan 2010 02:10:18 +0000 (+0000) Subject: fix README again X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=93d36d20e1692245b7f9c41d34f03572f29d39d8;p=deefuzzer.git fix README again --- diff --git a/README b/README index 07fdc32..5772283 100644 --- a/README +++ b/README @@ -80,26 +80,26 @@ We can now control some functions of the deefuzzer with external commands coming from an OSC client. These are accessible only if the "control" tag is set up in the config file (see example/myfuzz.xml again...). - * Next track:: - $ python tools/osc_next.py +Next track:: +$ python tools/osc_next.py - * Start twitting:: - $ python tools/osc_twitter_start.py +Start twitting:: +$ python tools/osc_twitter_start.py - * Stop twitting:: - $ python see tools/osc_twitter_stop.py +Stop twitting:: +$ python see tools/osc_twitter_stop.py - * Start relaying:: - $ python tools/osc_relay_start.py +Start relaying:: +$ python tools/osc_relay_start.py - * Stop relaying:: - $ python see tools/osc_relay_stop.py +Stop relaying:: +$ python see tools/osc_relay_stop.py - * Start jingling:: - $ python see tools/osc_jingles_start.py +Start jingling:: +$ python see tools/osc_jingles_start.py - * Stop jingling:: - $ python see tools/osc_jingles_stop.py +Stop jingling:: +$ python see tools/osc_jingles_stop.py Author