Skip to content

Commit 0f897b1

Browse files
committed
update README.md #15
* change the branch of the build status * change the version in the `Installation` section
1 parent 395cee5 commit 0f897b1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A finite state machine
55
[![Total Downloads](https://poser.pugx.org/piece/stagehand-fsm/downloads.png)](https://packagist.org/packages/piece/stagehand-fsm)
66
[![Latest Stable Version](https://poser.pugx.org/piece/stagehand-fsm/v/stable.png)](https://packagist.org/packages/piece/stagehand-fsm)
77
[![Latest Unstable Version](https://poser.pugx.org/piece/stagehand-fsm/v/unstable.png)](https://packagist.org/packages/piece/stagehand-fsm)
8-
[![Build Status](https://travis-ci.org/piece/stagehand-fsm.svg?branch=master)](https://travis-ci.org/piece/stagehand-fsm)
8+
[![Build Status](https://travis-ci.org/piece/stagehand-fsm.svg?branch=2.4)](https://travis-ci.org/piece/stagehand-fsm)
99

1010
`Stagehand_FSM` is a [finite state machine](https://en.wikipedia.org/wiki/Finite-state_machine).
1111

@@ -52,16 +52,8 @@ echo $stateMachine->getCurrentState()->getStateID() . PHP_EOL; // "locked"
5252

5353
Add the dependency to `piece/stagehand-fsm` into your `composer.json` file as the following:
5454

55-
Stable version:
56-
57-
```
58-
composer require piece/stagehand-fsm "2.3.*"
59-
```
60-
61-
Development version:
62-
6355
```
64-
composer require piece/stagehand-fsm "~2.4@dev"
56+
composer require piece/stagehand-fsm "2.4.*"
6557
```
6658

6759
## Support

0 commit comments

Comments
 (0)