Skip to content

Commit 23c3288

Browse files
committed
Fixed incorrect Packagist project name
1 parent 4d7a9d9 commit 23c3288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Do not forget to declare a variable type $ redis
2323

2424
* Install [redis-server](http://redis.io/download)
2525
* Install [phpredis extension](https://github.com/nicolasff/phpredis)
26-
* The simpliest way to install and use redisphp-phpdoc is to use Composer, as there is a package on Packagist. Just add this to your project composer.json file :
26+
* The simpliest way to install and use phpredis-phpdoc is to use Composer, as there is a [package on Packagist](https://packagist.org/packages/ukko/phpredis-phpdoc). Just add this to your project composer.json file :
2727

2828
{
2929
"require": {
30-
"ukko/redisphp-phpdoc": "*"
30+
"ukko/phpredis-phpdoc": "*"
3131
},
3232
"minimum-stability": "dev"
3333
}

0 commit comments

Comments
 (0)