Skip to content

Commit 95589ad

Browse files
committed
README fix ToC
1 parent 78d8c14 commit 95589ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ If you want to change the default range to inclusive set `DATE_SCOPES_DEFAULT_RA
7676
- [`seconds`](#seconds)
7777
- [`minutes`](#minutes)
7878
- [`hours`](#hours)
79+
- [`days`](#days)
80+
- [`weeks`](#weeks)
7981
- [`months`](#months)
8082
- [`quarters`](#quarters)
8183
- [`years`](#years)
@@ -166,7 +168,7 @@ Transaction::ofLast12Months(); // query transactions created during the last 12
166168
Transaction::ofLastMonths(24); // query transactions created during the last N months
167169
```
168170

169-
### Quarter
171+
### Quarters
170172

171173
```php
172174
// query by QUARTERS
@@ -193,10 +195,10 @@ Transaction::ofLastDecade(); // query transactions created during the last decad
193195
Transaction::ofLastDecades(2); // query transactions created during the last N decades
194196
```
195197

196-
### Millennium
198+
### Millenniums
197199

198200
```php
199-
// query by MILLENNIUM
201+
// query by MILLENNIUMS
200202
Transaction::ofLastMillennium(); // query transactions created during the last millennium
201203
Transaction::ofLastMillenniums(2); // query transactions created during the last N millenniums
202204
```

0 commit comments

Comments
 (0)