Skip to content

Commit 78d0b15

Browse files
committed
Update README.md
1 parent f1d4a98 commit 78d0b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The package will automatically register its service provider.
2626

2727
## Quick Start
2828

29-
### 1. Set Up Your Model
29+
### Set Up Your Model
3030

3131
Make your Eloquent model implement the `Anonymizable` contract and use the `Anonymized` trait:
3232

@@ -56,7 +56,7 @@ class User extends Model implements Anonymizable
5656
}
5757
```
5858

59-
### 2. Enable Anonymization
59+
### Enable Anonymization
6060

6161
Somewhere within your application, enable anonymization:
6262

0 commit comments

Comments
 (0)