diff --git a/README.md b/README.md
index dc5bf1c3c46f8a86d13149e9a7be898fc30a8d73..01fb85175fbbe9ab0df05c4d3301e5b8feef4a77 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ python -m auto_git_info your_script.py args1 ... -optn argsn
 or if you want to change the default path:
 
 ```
-python -m auto_git_info log_info=path.json your_script.py args1 ... -optn argsn
+python -m auto_git_info log_path=path.json your_script.py args1 ... -optn argsn
 ```
 *Note that using this method will add `parsed_arguments=False` to the json*