Skip to content

Commit 501923f

Browse files
authored
Fixing
1 parent 480d813 commit 501923f

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
@@ -290,15 +290,15 @@ If you want to disable some actions like created, you can use the config file:
290290
<a name="action-monitoring-views"></a>
291291
### Action Monitoring Views
292292

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

295295
![Action Monitoring Preview](/art/actions-monitoring/preview.png "Action Monitoring")
296296

297297
<a name="authentication-monitoring"></a>
298298
## Authentication Monitoring
299299

300300
Have you ever thought about monitoring the entry and exit of users of your application? Now you can :) <br>
301-
If you want to monitor users when login or logout of your application, you need to migrate the migrations and go to the config file and change true for monitoring authentication.
301+
If you want to monitor users when logging in or logout of your application, you need to migrate the migrations to the config file and change true for monitoring authentication.
302302

303303
```php
304304
'authentication_monitoring' => [
@@ -315,24 +315,24 @@ If you want to monitor users when login or logout of your application, you need
315315
<a name="authentication-monitoring-views"></a>
316316
### Authentication Monitoring Views
317317

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

320320
![Authentication Monitoring Preview](/art/authentications-monitoring/preview.png "Authentication Monitoring")
321321

322322
<a name="how-to-use-in-big-projects"></a>
323323
## How to use in big projects
324324

325-
If you want to use the `Laravel-User-Monitoring` is big projects, you have lots of way, but I want to say some tips and idea to help you:
325+
If you want to use `Laravel-User-Monitoring` is big projects, you have lots of ways, but I want to give some tips and ideas to help you:
326326

327327
> If you have an idea for this section you can create [PRs](https://github.com/binafy/laravel-user-monitoring/pulls) or [issues](https://github.com/binafy/laravel-user-monitoring/issues) to help us.
328328
329329
1. You can use this package with [Cache](https://laravel.com/docs/10.x/cache)
330-
2. You can make a seperate DB and connect to your project to seperate monitoring and application.
330+
2. You can make a separate DB and connect to your project to separate monitoring and application.
331331

332332
<a name="contributors"></a>
333333
## Contributors
334334

335-
Thanks to all the people who contribute. [Contributors](https://github.com/binafy/laravel-user-monitoring/graphs/contributors).
335+
Thanks to all the people who contributed. [Contributors](https://github.com/binafy/laravel-user-monitoring/graphs/contributors).
336336

337337
<a href="https://github.com/binafy/laravel-user-monitoring/graphs/contributors"><img src="https://opencollective.com/laravel-user-monitoring/contributors.svg?width=890&button=false" /></a>
338338

0 commit comments

Comments
 (0)