From 84d44e1bc98f05a36b84a0da9cd1033d728d4881 Mon Sep 17 00:00:00 2001
From: ferrari <maxence.ferrari@gmail.com>
Date: Tue, 5 Sep 2023 11:12:19 +0200
Subject: [PATCH] fix readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dc5bf1c..01fb851 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*
 
-- 
GitLab