From 1b2a732f5c4408a433f468c682a07423b07bb9e1 Mon Sep 17 00:00:00 2001 From: Versun Date: Sat, 21 Dec 2024 11:09:52 +0800 Subject: [PATCH] docs: fix broken link in README Fixes a broken link in the README file pointing to the .aicmtrc.template file. The link was missing a closing parenthesis. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd62c3..466092d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ brew install versun/tap/aicmt 1. Create configuration file `.aicmtrc` -Reference the template file [`.aicmtrc.template`](./.aicmtrc.template)` and create `.aicmtrc` in your home directory. +Reference the template file [`.aicmtrc.template`](./.aicmtrc.template) and create `.aicmtrc` in your home directory. ```bash cp .aicmtrc.template ~/.aicmtrc ```