]> git.parisson.com Git - deefuzzer.git/commitdiff
fix README again
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 17 Jan 2010 02:10:18 +0000 (02:10 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 17 Jan 2010 02:10:18 +0000 (02:10 +0000)
README

diff --git a/README b/README
index 07fdc322d942244da7eef5002fa1c3e76ec617c3..57722832002c002cd94f1f193b2b225bb225f2ad 100644 (file)
--- 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