aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-04-17 02:21:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-04-17 02:21:44 +0300
commit4b5624e082848d45e7134d1da886d4a4d9c8e933 (patch)
tree5eb167e9b67025e55b508d36cb4cd725be6ea097
parentimplement median value calculation (diff)
downloadsorting-algorithms-4b5624e082848d45e7134d1da886d4a4d9c8e933.tar.gz
sorting-algorithms-4b5624e082848d45e7134d1da886d4a4d9c8e933.zip
README update
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2be13bb..e277573 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ For example, on Windows 8.1 I managed to produce some very nice plots by
booting into Safe Mode and running the scripts with a higher priority while
also setting their CPU affinity:
- start /affinity 1 /realtime calc_mean.py
+ start /affinity 1 /realtime plot.py ...
## Licensing