From eed6259726053d68fedfefa493ab391619ee678c Mon Sep 17 00:00:00 2001 From: Ashis Kumar Singh <49238464+ashiscs@users.noreply.github.com> Date: Fri, 27 Dec 2019 17:33:17 +0530 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f61aaa1..fd29249 100644 --- a/README.md +++ b/README.md @@ -31,23 +31,23 @@ Now, the app should be running on the localhost, browse to to the link where you > Make sure that the usernames are accurate, without any unwanted spaces anywhere. -2. Use the command for help about the parameters that can be inputted +2. Use the command for help about the parameters that can be inputed. ``` python3 scripts/script.py -h ``` 3. Running the script: -+ Get the stats on an individual user ++ Get the stats on an individual user. ``` python3 scripts/script.py -u ``` -+ Get the stats of the group from the text file ++ Get the stats of the group from the text file. ``` python3 scripts/script.py -t ``` ## Contributing Help -If you are really interested in contributing to the please follow refer to the [CONTRIBUTING.md](CONTRIBUTING.md). +If you are really interested in contributing to this repository please refer to the [CONTRIBUTING.md](CONTRIBUTING.md). ## License -This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.