From 6350c44567e66120c77d7f36aad72e6361138ce0 Mon Sep 17 00:00:00 2001 From: shintaroasuzuki Date: Wed, 23 Jul 2025 15:40:15 +0900 Subject: [PATCH] fix: Specify main branch for Antigen installation guide Antigen defaults to the master branch, but this repository uses main. This change explicitly specifies the main branch in the installation command to ensure proper installation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23e8147..d4c8e2c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ zplug "choplin/cclog" #### Antigen ```bash -antigen bundle choplin/cclog +antigen bundle choplin/cclog@main ``` #### Zgen