From 2041aee003aec7453cc204676f2b358c3b020eeb Mon Sep 17 00:00:00 2001 From: Todd Papaioannou Date: Thu, 23 Feb 2023 00:53:25 -0800 Subject: [PATCH] docs: fix config filename in README (#109) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e46ab15..09fa8811 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ aicommits config set OPENAI_KEY= ``` - This will create a `.aicommitsrc` file in your home directory. + This will create a `.aicommits` file in your home directory. 4. Start committing!