Skip to content

Commit 47f8879

Browse files
authored
Fix README.md
Fixed typo in: ```bash php artisan filament-two-factor-authentication:install ``` Removed an extra (:).
1 parent 2b495da commit 47f8879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ composer require stephenjude/filament-two-factor-authentication
2222

2323
Install the plugin migration using:
2424
```bash
25-
php artisan filament-two-factor-authentication::install
25+
php artisan filament-two-factor-authentication:install
2626
```
2727

2828
Optionally, you can publish the views using

0 commit comments

Comments
 (0)