Skip to content

Commit 7fc8085

Browse files
committed
Update README.md
1 parent a03e386 commit 7fc8085

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,13 @@ Also, if you want to change the route file name, you can go to the config file a
117117

118118
```php
119119
/*
120-
* Configurations.
120+
* Main configuration settings for the package.
121121
*/
122122
'config' => [
123123
'routes' => [
124+
/*
125+
* Path to the route file that handles user monitoring routes.
126+
*/
124127
'file_path' => 'routes/user-monitoring.php',
125128
],
126129
],

0 commit comments

Comments
 (0)