aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-19 23:29:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-19 23:29:23 +0300
commit00a87519cce24d130f193cf8d2a540469f38efdc (patch)
tree1138bc4bfb8634dfa5f4fef7fb7621f51fd4cee2 /README.md
parentminimize Pylint configuration (diff)
downloadvk-scripts-00a87519cce24d130f193cf8d2a540469f38efdc.tar.gz
vk-scripts-00a87519cce24d130f193cf8d2a540469f38efdc.zip
online_duration.py -> online_sessions.py
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 72537c1..6744ea2 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Prerequisites
-------------
Python 3.4 or higher is required.
-Additionally, [online_duration.py] uses the excellent [matplotlib] plotting
+Additionally, [online_sessions.py] uses the excellent [matplotlib] plotting
library.
The versions below have been verified to work properly.
@@ -32,12 +32,12 @@ The supplied scripts are listed below.
* [mutual_friends.py] &mdash; Learn who your ex and her new boyfriend are both
friends with.
* [track_status.py] &mdash; Track when people go online/offline.
-* [online_duration.py] &mdash; View/visualize the amount of time people spend
+* [online_sessions.py] &mdash; View/visualize the amount of time people spend
online.
[mutual_friends.py]: docs/mutual_friends.md
[track_status.py]: docs/track_status.md
-[online_duration.py]: docs/online_duration.md
+[online_sessions.py]: docs/online_sessions.md
License
-------