Skip to content

Commit cb9ae42

Browse files
authored
Update README.md
1 parent d920b5f commit cb9ae42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ composer require firevel/firestore-mirror
1212
Add trait `\Firevel\FirestoreMirror\HasFirestoreMirror;` to the model you would like to mirror.
1313

1414

15-
### Configuration
15+
## Configuration
1616

17-
## Collection
17+
### Collection
1818

1919
By default model will be stored inside collection matching model table name. Use `$firestoreCollection` to customize collection name, for example:
2020
```
@@ -28,7 +28,7 @@ By default model will be stored inside collection matching model table name. Use
2828

2929
Create `public function getFirestoreCollectionName()` method to customize collection name (by default table name).
3030

31-
## Document
31+
### Document
3232

3333
Create `toFirestoreDocument` method to customize document schema. By default:
3434
```

0 commit comments

Comments
 (0)