diff --git a/README.md b/README.md index 09909cc..7cfb259 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Please open a new issue to report a bug or request a new feature. composer require sssm/sssm ``` +View package on [packagist](https://packagist.org/packages/sssm/sssm). + ## Usage ### 1. Include SSSM @@ -164,4 +166,4 @@ $stateMachine->switchState($state3); echo $stateMachine->getCurrentState() === $state3?"State 3 is current state":"State 3 is not current state"; -``` \ No newline at end of file +```