Skip to content

Commit

Permalink
update README.md #2
Browse files Browse the repository at this point in the history
* change the branch of the build status
* change the version in the `Installation` section
  • Loading branch information
iteman committed Jul 22, 2015
1 parent e7b992d commit 9f86f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A BPMN2 compliant workflow engine
[![Total Downloads](https://poser.pugx.org/phpmentors/workflower/downloads)](https://packagist.org/packages/phpmentors/workflower)
[![Latest Stable Version](https://poser.pugx.org/phpmentors/workflower/v/stable)](https://packagist.org/packages/phpmentors/workflower)
[![Latest Unstable Version](https://poser.pugx.org/phpmentors/workflower/v/unstable)](https://packagist.org/packages/phpmentors/workflower)
[![Build Status](https://travis-ci.org/phpmentors-jp/workflower.svg?branch=master)](https://travis-ci.org/phpmentors-jp/workflower)
[![Build Status](https://travis-ci.org/phpmentors-jp/workflower.svg?branch=1.0)](https://travis-ci.org/phpmentors-jp/workflower)

## Features

Expand Down Expand Up @@ -38,7 +38,7 @@ A BPMN2 compliant workflow engine
Add the dependency to `phpmentors/workflower` into your `composer.json` file as the following:

```
composer require phpmentors/workflower "~1.0@dev"
composer require phpmentors/workflower "1.0.*"
```

## Support
Expand Down

0 comments on commit 9f86f02

Please sign in to comment.