diff --git a/docs/4_quick-start.md b/docs/4_quick-start.md index 95c3d8c..f977698 100644 --- a/docs/4_quick-start.md +++ b/docs/4_quick-start.md @@ -20,7 +20,7 @@ Where: - You can track multiple kinds of visits to a single model using the tags as ```php -visits($model,'tag1')->increment() +visits($model,'tag1')->increment(); ``` ## Integration with any model