Skip to content

Commit 7f2cf47

Browse files
committed
Update code in README
1 parent b94c445 commit 7f2cf47

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
@@ -21,7 +21,7 @@ Do not forget to declare a variable type $ redis
2121

2222
### Install
2323

24-
* Install redis-server
24+
* Install [redis-server](http://redis.io/download)
2525
* Install [phpredis extension](https://github.com/nicolasff/phpredis)
2626
* 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 :
2727

@@ -32,7 +32,7 @@ Do not forget to declare a variable type $ redis
3232
"minimum-stability": "dev"
3333
}
3434

35-
* Or download [phpredis-phpdoc](https://github.com/ukko/phpredis-phpdoc/tarball/master)
35+
* Or direct download [phpredis-phpdoc](https://github.com/ukko/phpredis-phpdoc/tarball/master)
3636

3737
### Setup in IDE PhpStorm
3838

0 commit comments

Comments
 (0)