Skip to content

Commit cf25b10

Browse files
committed
Updated README
1 parent 05cbbae commit cf25b10

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# FlorianvSwapBundle [![Build status][travis-image]][travis-url] [![Version][version-image]][version-url] [![PHP Version][php-version-image]][php-version-url]
1+
# FlorianvSwapBundle
22

3-
This Bundle integrates the [Swap](https://github.com/florianv/swap) library with Symfony2.
3+
[![Build status][travis-image]][travis-url]
4+
[![Version][version-image]][version-url]
5+
[![Downloads][downloads-image]][downloads-url]
6+
7+
> Integrates the [Swap](https://github.com/florianv/swap) library with Symfony.
48
59
## Documentation
610

@@ -17,10 +21,10 @@ Resources/meta/LICENSE
1721
```
1822

1923
[travis-url]: https://travis-ci.org/florianv/FlorianvSwapBundle
20-
[travis-image]: http://img.shields.io/travis/florianv/FlorianvSwapBundle.svg?style=flat
24+
[travis-image]: http://img.shields.io/travis/florianv/FlorianvSwapBundle.svg
2125

2226
[version-url]: https://packagist.org/packages/florianv/swap-bundle
23-
[version-image]: http://img.shields.io/packagist/v/florianv/swap-bundle.svg?style=flat
27+
[version-image]: http://img.shields.io/packagist/v/florianv/swap-bundle.svg
2428

25-
[php-version-url]: https://packagist.org/packages/florianv/swap
26-
[php-version-image]: http://img.shields.io/badge/php-5.4+-ff69b4.svg
29+
[downloads-url]: https://packagist.org/packages/florianv/swap-bundle
30+
[downloads-image]: https://img.shields.io/packagist/dt/florianv/swap-bundle.svg

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "florianv/swap-bundle",
33
"type": "symfony-bundle",
4-
"description": "Integrates the Swap library with Symfony2",
5-
"keywords": ["money", "currency", "conversion", "rate", "exchange"],
4+
"description": "Integrates the Swap library with Symfony",
5+
"keywords": ["money", "currency", "conversion", "rate", "exchange", "symfony", "bundle"],
66
"homepage": "https://github.com/florianv/FlorianvSwapBundle",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)