From dd1ed389bdc9bb9e1fe54647abeb54f6a1fbc773 Mon Sep 17 00:00:00 2001 From: Steve Dougherty Date: Sat, 17 Oct 2015 13:04:52 -0400 Subject: [PATCH 1/2] readme: fix spelling of "statistics" --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2f61005b6..0c05b8962 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ 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` @@ -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. From ed02cb152f94430f1882216c43769cd864290b77 Mon Sep 17 00:00:00 2001 From: Steve Dougherty Date: Sat, 17 Oct 2015 13:05:22 -0400 Subject: [PATCH 2/2] readme: replace "MacOS" with "OS X" OS X is no longer known as Mac OS X. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0c05b8962..6ebf1e45e 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Created/tested with Python 3.4, should run on 2.7 (will require the `statistics` `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]`