From d7466b14c56c3f255f944aea0bc57b5a39d7ff84 Mon Sep 17 00:00:00 2001 From: Aaron Junker Date: Fri, 19 Aug 2022 16:05:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```