Skip to content

Commit c60bc84

Browse files
committed
Update README.md
1 parent 4e1ad46 commit c60bc84

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
@@ -18,12 +18,12 @@ You can install the package via composer:
1818
composer require spargon/laravel-auth-logger
1919
```
2020

21-
After installing the Laravel-Auth-Logger package, you need run the install command which will take take of everything you need to get started. Type the following artisan command in your console:
21+
After installing the **Laravel-Auth-Logger** package, you need run the install command which will take care of everything you need to get started. Type the following artisan command in your console:
2222

2323
```bash
2424
php artisan auth-logger:install
2525
```
26-
This will publish the `auth-logger.php` config file, publish the migration files and ask you for permission to run said migrations.
26+
This will publish the `config/auth-logger.php` file, publish the necessary migration files and ask you for permission to run said migrations.
2727

2828
![Install Command Sample](install-command.jpg)
2929

0 commit comments

Comments
 (0)