Skip to content

Commit

Permalink
Merge pull request #342 from stof/patch-1
Browse files Browse the repository at this point in the history
Improve the readme
  • Loading branch information
snc authored May 15, 2017
2 parents 7dac3ff + 253399c commit da8cc92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ This bundle integrates [Predis](https://github.com/nrk/predis) and [phpredis](ht

## Branches ##

* Use version `2.*` for Symfony 2.7+ and 3.0+. [![build status](https://secure.travis-ci.org/snc/SncRedisBundle.svg?branch=master)](https://secure.travis-ci.org/snc/SncRedisBundle)
* Use version `1.1.*` or the `1.1` branch if you are using Symfony `>=2.1,<3.0`. [![build status](https://secure.travis-ci.org/snc/SncRedisBundle.svg?branch=1.1)](https://secure.travis-ci.org/snc/SncRedisBundle)
* Use version `1.0.*` or the `1.0` branch if you are using Symfony `2.0.*`. [![build status](https://secure.travis-ci.org/snc/SncRedisBundle.svg?branch=1.0)](https://secure.travis-ci.org/snc/SncRedisBundle)
* Use version `2.*` for Symfony 2.7+ and 3.0+. [![build status](https://travis-ci.org/snc/SncRedisBundle.svg?branch=master)](https://travis-ci.org/snc/SncRedisBundle)
* Use version `1.1.*` or the `1.1` branch if you are using Symfony `>=2.1,<3.0`. [![build status](https://travis-ci.org/snc/SncRedisBundle.svg?branch=1.1)](https://travis-ci.org/snc/SncRedisBundle)
* Use version `1.0.*` or the `1.0` branch if you are using Symfony `2.0.*`. [![build status](https://travis-ci.org/snc/SncRedisBundle.svg?branch=1.0)](https://travis-ci.org/snc/SncRedisBundle)

This bundle is also available via [composer](https://github.com/composer/composer), find it on [packagist](http://packagist.org/packages/snc/redis-bundle).
This bundle is also available via [composer](https://github.com/composer/composer), find it on [packagist](https://packagist.org/packages/snc/redis-bundle).

## Documentation ##

[Read the documentation in Resources/doc/](https://github.com/snc/SncRedisBundle/blob/master/Resources/doc/index.md)
[Read the documentation in Resources/doc/](Resources/doc/index.md)

## License ##

See [Resources/meta/LICENSE](https://github.com/snc/SncRedisBundle/blob/master/Resources/meta/LICENSE).
See [LICENSE](LICENSE).

0 comments on commit da8cc92

Please sign in to comment.