Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
craigAtCD committed Apr 28, 2022
1 parent be61d2b commit cef4799
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

Password input that shows/hides the password when clicking on the eye

https://filamentphp.com/docs/2.x/forms/fields#building-custom-fields
https://codepen.io/framansi/pen/oNXEmdm

## Installation

You can install the package via composer:
Expand All @@ -17,6 +14,10 @@ You can install the package via composer:
composer require phpsa/filament-password-reveal
```

## Usage

`Password::make('password')->autocomplete('new_password')->...`

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
Expand Down

0 comments on commit cef4799

Please sign in to comment.