Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Junker authored Aug 19, 2022
1 parent 579fd29 commit d7466b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -164,4 +166,4 @@ $stateMachine->switchState($state3);

echo $stateMachine->getCurrentState() === $state3?"State 3 is current state":"State 3 is not current state";

```
```

0 comments on commit d7466b1

Please sign in to comment.