From c184bb618dfd22414357bbb6a04b2a39d507a46d Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 12 Jul 2016 13:38:16 +0200 Subject: [PATCH] minor style corrections in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f5696a8..f8830d0 100644 --- a/readme.md +++ b/readme.md @@ -57,10 +57,10 @@ Use our [scripts](https://github.com/JoHeinrich/amos-ss16-proj5/tree/master/scri $ ./amos-ss16-proj5 8080 2. Start the detection (use another terminal window/tab) - ./amos-ss16-proj5 PORT SERVER_IP FULL/PATH/TO/VIDEO + $ ./amos-ss16-proj5 PORT SERVER_IP FULL/PATH/TO/VIDEO e.g.: (using port 8080 and localhost) - ./amos-ss16-proj5 8080 127.0.0.1 video.mp4 + $ ./amos-ss16-proj5 8080 127.0.0.1 video.mp4 #### Source code documentation: See our [Doxygen site](http://joheinrich.github.io/amos-ss16-proj5-gh-pages/index.html)