Skip to content

Commit 5b51867

Browse files
committed
add link to packagist to readme
1 parent 15c969b commit 5b51867

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# feed-io
22

3+
[![Packagist](https://img.shields.io/packagist/v/php-feed-io/feed-io.svg)](https://packagist.org/packages/php-feed-io/feed-io)
34

45
[feed-io](https://github.com/php-feed-io/feed-io) is a PHP library built to consume and serve news feeds. It features:
56

@@ -24,7 +25,7 @@ This library is highly extensible and is designed to adapt to many situations, s
2425
Use Composer to add feed-io into your project's requirements :
2526

2627
```sh
27-
composer require debril/feed-io
28+
composer require php-feed-io/feed-io
2829
```
2930

3031
# Requirements

0 commit comments

Comments
 (0)