Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit ac4a1fa

Browse files
authored
Update README.md
1 parent ed8afeb commit ac4a1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a two-factor authentication package for *Laravel 5.4*. It is heavily ins
66

77
- This package currently only works with the *MessageBird Verify* api or the `"null"` driver that goes through all the steps of the two-factor authentication process without actually doing any real verification. This could be useful for testing purposes.
88
- This package uses throttling to limit the number of unsuccessful authentication attempts in a certain amount of time.
9-
- This package is only guaranteed to work with Laravel 5.4. Prior version have not been tested.
9+
- This package is only guaranteed to work with Laravel 5.4. Prior versions have not been tested.
1010

1111
## Installation
1212
1 To install using *Composer* run:
@@ -27,7 +27,7 @@ MichaelDzjap\TwoFactorAuth\TwoFactorAuthServiceProvider::class
2727
```
2828
php artisan vendor:publish
2929
```
30-
If you only want to publish only one of these file groups, for instance if you don't need the views or language files, you can append one of the following commands to the *artisan* command: `--tag=config`, `--tag=lang` or `--tag-views`.
30+
If you want to publish only one of these file groups, for instance if you don't need the views or language files, you can append one of the following commands to the *artisan* command: `--tag=config`, `--tag=lang` or `--tag-views`.
3131

3232
4 Run the following *artisan* command to run the database migrations
3333
```

0 commit comments

Comments
 (0)