From cef4799efbe16810ed65cba42e7cbd9b56111e7d Mon Sep 17 00:00:00 2001 From: Craig Smith Date: Thu, 28 Apr 2022 12:11:48 +1200 Subject: [PATCH] chore: fix readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 438512e..78b27ef 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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.