Skip to content

Commit b303408

Browse files
committed
add Usage section into README
1 parent f1116bb commit b303408

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- [Introduction](#introduction)
1212
- [Installation](#installation)
13-
- Usage
13+
- [Usage](#usage)
1414
- [User Configuration](#user-configuration)
1515
- [Foreign Key Type (UUID, ULID, ID)](#foreign-key-type-uuid-ulid-id)
1616
- [Visit Monitoring](#visit-monitoring)
@@ -66,6 +66,12 @@ php artisan vendor:publish --provider="Binafy\LaravelUserMonitoring\Providers\La
6666

6767
After publishing, run the `php artisan migrate` command.
6868

69+
<a name="usage"></a>
70+
## Usage
71+
72+
The `Laravel-User-Monitoring`, just need to use middleware, traits, etc ... and it's not hard, enjoy :)
73+
74+
6975
<a name="user-configuration"></a>
7076
## User Configuration
7177

0 commit comments

Comments
 (0)