Skip to content

Commit db012cb

Browse files
authored
Update README.md
1 parent c72bd8e commit db012cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ After publishing, run the `php artisan migrate` command.
9797
<a name="usage"></a>
9898
## Usage
9999

100-
The `Laravel-User-Monitoring`, need to use middleware, traits, etc ... and it's not hard, enjoys :)
100+
The `Laravel-User-Monitoring`, needs to use middleware, traits, etc ... and it's not hard, enjoys :)
101101

102102
<a name="configuration"></a>
103103
## Configuration
@@ -177,7 +177,7 @@ You can config your user with the `user-monitoring.php` configuration file:
177177
- `table`: You can write your users table name if is not `users.
178178
- `guards`: The guards are used to authenticate.
179179
- `foreign_key_type`: The foreign key type (uuid-ulid-id).
180-
- `display_attribute`: The special attribute of user that you want to show in views.
180+
- `display_attribute`: The special attribute of the user that you want to show in views.
181181

182182
<a name="foreign-key-type-uuid-ulid-id"></a>
183183
### Foreign Key Type (UUID, ULID, ID)
@@ -288,7 +288,7 @@ You can change `hourly` to `minute` or `second`, for more information you can re
288288
<a name="turn-on-off"></a>
289289
### Turn ON-OFF
290290

291-
Maybe you want to turn off visit monitoring for somedays or always, you can use configuration to turn it off:
291+
Maybe you want to turn off visit monitoring for some or always, you can use configuration to turn it off:
292292

293293
```php
294294
'visit_monitoring' => [
@@ -307,7 +307,7 @@ Maybe you want to turn off visit monitoring for somedays or always, you can use
307307
<a name="visit-monitoring-views"></a>
308308
### Visit Monitoring Views
309309

310-
Laravel-User-Monitoring also has an amazing views that you can use it very easy, just need to go to `/user-monitoring/visits-monitoring` url, and enjoy:
310+
The `Laravel-User-Monitoring` also has amazing views that you can use very easily, just need to go to the `/user-monitoring/visits-monitoring` URL, and enjoy:
311311

312312
![Visit Monitoring Preview](/art/visits-monitoring/preview.png "Visit Monitoring")
313313

@@ -453,7 +453,7 @@ If you discover any security-related issues, please email `[email protected]` i
453453
<a name="chanelog"></a>
454454
## Changelog
455455

456-
The changelog can be found in the `CHANGELOG.md` file of the GitHub repository. It lists the changes, bug fixes, and improvements made to each version of the Laravel User Monitoring package.
456+
The changelog can be found in the `CHANGELOG.md` file of the GitHub repository. It lists the changes, bug fixes, and improvements made to each Laravel User Monitoring package version.
457457

458458
<a name="license"></a>
459459
## License
@@ -468,7 +468,7 @@ The MIT License (MIT). Please see [License File](https://github.com/binafy/larav
468468
<a name="conclusion"></a>
469469
## Conclusion
470470

471-
Congratulations! You have successfully installed and integrated the Laravel User Monitoring package into your Laravel application. By effectively logging and analyzing user activity, you can gain valuable insights that can help you improve your application's user experience and performance. If you have any questions or need further assistance, please refer to the documentation or seek help from the package's GitHub repository. Happy monitoring!
471+
Congratulations! You have successfully installed and integrated the Laravel User Monitoring package into your Laravel application. By effectively logging and analyzing user activity, you can gain valuable insights that can help you improve your application's user experience and performance. If you have any questions or need any more help, please refer to the documentation or ask for help from the package's GitHub repository. Happy monitoring!
472472

473473
<a name="donate"></a>
474474
## Donate

0 commit comments

Comments
 (0)