Skip to content

Commit 25c93ca

Browse files
authored
Update README.md
1 parent c949887 commit 25c93ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,27 @@ Whether you are building a new project or looking to enhance an existing one, "L
5656
- ```PHP >= 8.0```
5757
- ```Laravel >= 9.0```
5858

59-
You can install the package with Composer.
59+
You can install the package with Composer:
6060

6161
```bash
6262
composer require binafy/laravel-user-monitoring
6363
```
6464

6565
## Publish
6666

67-
If you want to publish a config file you can use this command:
67+
If you want to publish a config file, you can use this command:
6868

6969
```shell
7070
php artisan vendor:publish --tag="laravel-user-monitoring-config"
7171
```
7272

73-
If you want to publish the migrations you can use this command:
73+
If you want to publish the migrations, you can use this command:
7474

7575
```shell
7676
php artisan vendor:publish --tag="laravel-user-monitoring-migrations"
7777
```
7878

79-
If you want to publish the views you can use this command:
79+
If you want to publish the views, you can use this command:
8080

8181
```shell
8282
php artisan vendor:publish --tag="laravel-user-monitoring-views"

0 commit comments

Comments
 (0)