From 56753e0e01e82292d675ba1a0fb10c01fe0bd583 Mon Sep 17 00:00:00 2001 From: Lucky Ozoka Date: Fri, 25 Jan 2019 22:29:38 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e153b..e8aa589 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ to your `composer.json` file, then run `composer install` or `composer udpate`. ## Usage -To add states to your laravel models, add the `Orobogenius\Statable\Statable` trait the model. +To add states to your laravel models, add the `Orobogenius\Statable\Statable` trait to the model. ```php