diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 23:29:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 23:29:23 +0300 |
commit | 00a87519cce24d130f193cf8d2a540469f38efdc (patch) | |
tree | 1138bc4bfb8634dfa5f4fef7fb7621f51fd4cee2 /README.md | |
parent | minimize Pylint configuration (diff) | |
download | vk-scripts-00a87519cce24d130f193cf8d2a540469f38efdc.tar.gz vk-scripts-00a87519cce24d130f193cf8d2a540469f38efdc.zip |
online_duration.py -> online_sessions.py
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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] — Learn who your ex and her new boyfriend are both friends with. * [track_status.py] — Track when people go online/offline. -* [online_duration.py] — View/visualize the amount of time people spend +* [online_sessions.py] — 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 ------- |