Skip to content

Commit

Permalink
docs: Fix file path on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv authored Sep 26, 2024
1 parent 4185c5d commit bf773a8
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 @@ -30,7 +30,7 @@ gem install phlex-variants
```

> [!TIP]
> If you prefer not to add another dependency to your project, you can simply copy the [Phlex::Variants](https://github.com/stephannv/phlex-variant/blob/main/lib/phlex/variants.rb) file into your project.
> If you prefer not to add another dependency to your project, you can simply copy the [Phlex::Variants](https://github.com/stephannv/phlex-variants/blob/main/lib/phlex/variants.rb) file into your project.

## Usage
Expand Down Expand Up @@ -66,7 +66,7 @@ class Button < Phlex::HTML
defaults color: :default, size: :md
end

attr_reader :color, :size, :outline, :full
attr_reader :color, :size, :outline

def initialize(color: nil, size: nil, outline: nil)
@color = color
Expand Down

0 comments on commit bf773a8

Please sign in to comment.