diff --git a/Docs/Tutorials/Quick-Start.md b/Docs/Tutorials/Quick-Start.md index 2517fba..2fb8d73 100644 --- a/Docs/Tutorials/Quick-Start.md +++ b/Docs/Tutorials/Quick-Start.md @@ -13,7 +13,7 @@ Add the behavior to your model class. ```php public $actsAs = array( - 'Taggable.Tags' + 'Tags.Taggable' ); ```