From 2a910653e2b438193dd755730632268b722dcba7 Mon Sep 17 00:00:00 2001 From: bt0dotninja Date: Wed, 11 Mar 2020 07:04:42 -0600 Subject: [PATCH] Updating Readme again :P --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 290f3a5..afde33c 100644 --- a/README.md +++ b/README.md @@ -75,21 +75,21 @@ The naming convention is as follows : * Generate statistics of user nobody for a week and view the text logs : -`python main.py --user=nobody` +`python fedstats.py --user=nobody` * Generate statistics of user foo in `.svg` format : -`python main.py --user=foo --mode=svg` +`python fedstats.py --user=foo --mode=svg` This will create `stats.svg` in your `$pwd`. * Generate statistics of user foo in `.png` format with output name as `foo_stats.png` -`python main.py --user=foo --mode=png --output=foo_stats` +`python fedstats.py --user=foo --mode=png --output=foo_stats` * Generate data between specific dates and locally save as JSON -`python main.py --user=foo --mode=json --start=05/23/2016 --end=05/28/2016` +`python fedstats.py --user=foo --mode=json --start=05/23/2016 --end=05/28/2016` #### Basic Troubleshooting :