Skip to content

Commit 59bc6b2

Browse files
authored
Merge pull request #21 from parastooam/patch-1
Update README
2 parents 5ab6926 + 5a8182b commit 59bc6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If you want to log users access to a page with different __timeframes__, here ar
9393
| METHOD | SYNTAX | DESCRIPTION | EXAMPLE |
9494
| ----------- | ----------- | ----------- | ----------- |
9595
| `hourlyInterval()` | `void` | Log visits each hour | `$post->visit()->hourlyIntervals()->withIp();` |
96-
| `dailylyInterval()` | `void` | Log visits each day | `$post->visit()->dailylyIntervals()->withIp();` |
96+
| `dailyInterval()` | `void` | Log visits each day | `$post->visit()->dailyIntervals()->withIp();` |
9797
| `weeklyInterval()` | `void` | Log visits each week | `$post->visit()->weeklyIntervals()->withIp();` |
9898
| `monthlyInterval()` | `void` | Log visits each month | `$post->visit()->monthlyIntervals()->withIp();` |
9999
| `yearlyInterval()` | `void` | Log visits each year | `$post->visit()->yearlyIntervals()->withIp();` |

0 commit comments

Comments
 (0)