Skip to content

Commit 772a635

Browse files
authored
Update README.md
1 parent c0bae59 commit 772a635

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ When set to false, Ajax requests will not be recorded.
319319
<a name="action-monitoring"></a>
320320
## Action Monitoring
321321

322-
If you want to monitor your models actions, you can use the `Actionable` trait in your model:
322+
If you want to monitor your model actions, you can use the `Actionable` trait in your model:
323323

324324
```php
325325
<?php
@@ -385,7 +385,7 @@ If you want to monitor users when logging in or logout of your application, you
385385
<a name="action-monitoring-reverse-proxy-config"></a>
386386
### Action Monitoring Reverse Proxy Config
387387

388-
If you are using Reverse Proxy (Nginx or Cloudflare), you can use config to get real ip from specifc header like `X-Real-IP` or `X-Forwarded-For`:
388+
If you are using Reverse Proxy (Nginx or Cloudflare), you can use config to get real IP from a specific header like `X-Real-IP` or `X-Forwarded-For`:
389389

390390
```php
391391
/**
@@ -400,14 +400,14 @@ If you are using Reverse Proxy (Nginx or Cloudflare), you can use config to get
400400
<a name="authentication-monitoring-views"></a>
401401
### Authentication Monitoring Views
402402

403-
`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:
403+
`Laravel-User-Monitoring` also has amazing views that you can use very easily, need to go to the `/user-monitoring/authentications-monitoring` URL, and enjoy:
404404

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

407407
<a name="how-to-use-in-big-projects"></a>
408408
## How to use in big projects
409409

410-
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:
410+
If you want to use `Laravel-User-Monitoring` for big projects, you have lots of ways, but I want to give some tips and ideas to help you:
411411

412412
> 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.
413413

0 commit comments

Comments
 (0)