diff --git a/readme.md b/readme.md index 2f61005b6..6ebf1e45e 100644 --- a/readme.md +++ b/readme.md @@ -4,11 +4,11 @@ Ping, but with a graph ![](/doc/readme_screencast.gif) ## Install and run -Created/tested with Python 3.4, should run on 2.7 (will require the `staticstics` module though). +Created/tested with Python 3.4, should run on 2.7 (will require the `statistics` module though). `pip3 install pinggraph` -Tested on Windows and Ubuntu, should run on MacOS as well. After installation just run: +Tested on Windows and Ubuntu, should run on OS X as well. After installation just run: `gping [yourhost]` @@ -27,4 +27,4 @@ were a good addition it quickly got rather complicated. Inside pinger.py is a function `plot()`, this uses a canvas-like object to "draw" things like lines and boxes to the screen. I found on Windows that changing the colors is slow and caused the screen to flicker, so theres a big mess of a function called `process_colors` -to try and optimize that. Don't ask. \ No newline at end of file +to try and optimize that. Don't ask.