Skip to content

Commit

Permalink
Fix to how to install
Browse files Browse the repository at this point in the history
  • Loading branch information
euglena1215 committed Jan 5, 2024
1 parent abd5e36 commit a2d882b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2d882b

Please sign in to comment.