Update docs

This commit is contained in:
Simon Eisenmann 2017-05-22 15:10:18 +02:00
parent 83f37f2ce7
commit 283c77963e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Getting started:
$ unzip rtt.zip
$ cd realtimetraffic-master
$ make
$ ./bin/realtimetraffic
$ ./bin/realtimetrafficd
Now just open up your browser:
@ -27,7 +27,7 @@ See the usage information (-h) for options.
The trafficserver is basically a Websocket server pushing traffic data to any connected client.
```
Usage of ./bin/realtimetraffic:
Usage of ./bin/realtimetrafficd:
-listen="127.0.0.1:8088": Listen address.
```