diff --git a/README.md b/README.md index f8210f2..a024108 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ usage: cod_api_tool.py [-h] [-tz {GMT,EST,CST,PST}] [-p PLAYER_NAME] [-a] **Fetch Player Statistics** ``` -python cod_api_tool.py -p YourUsername#1234567 +python cod_api_tool.py -p YourUsername#1234567 -a ``` **Clean Fetched Data** @@ -133,7 +133,12 @@ python cod_api_tool.py -p YourUsername#1234567 -c **Split Matches Into Individual Files** ``` -python cod_api_tool.py -sm +python cod_api_tool.py -p YourUsername#1234567 -sm +``` + +**Convert JSON Files to YAML** +``` +python cod_api_tool.py -y ``` > All data is saved to the `/stats/` directory