From a2d882b852015c8fbf1122477f5b6dfc18e6c76b Mon Sep 17 00:00:00 2001 From: euglena1215 Date: Fri, 5 Jan 2024 20:12:56 +0900 Subject: [PATCH] Fix to how to install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e4d69e..76c4014 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Add YARD support to packwerk. 1. Add this line to your application's Gemfile: ```ruby -gem 'packwerk_yard', github: 'euglena1215/packwerk_yard', group: :development +gem 'packwerk_yard', github: 'euglena1215/packwerk-yard', group: :development ``` 2. Require `packwerk-yard` in your `packwerk.yml` ```yaml require: - - packwerk-yard + - packwerk_yard ``` ## Development