summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ferrara <me@ircmaxell.com>2013-06-24 05:01:11 -0700
committerAnthony Ferrara <me@ircmaxell.com>2013-06-24 05:01:11 -0700
commit5d44eec3b571b4a6daae45794b0a31fbbf63c74c (patch)
tree7135a15f4112ddb390ee5a5941ece179f29f5809
parent8a692641bed877de97eaf912c4cd7cdea13bed65 (diff)
parent3fb687cf950839588cb7975550470747b66dbc8d (diff)
downloadpassword_compat-5d44eec3b571b4a6daae45794b0a31fbbf63c74c.zip
password_compat-5d44eec3b571b4a6daae45794b0a31fbbf63c74c.tar.gz
password_compat-5d44eec3b571b4a6daae45794b0a31fbbf63c74c.tar.bz2
Merge pull request #32 from staabm/patch-1
added link to php.net password_* chapter
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 571982c..3ace98c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ password_compat
[![Build Status](https://travis-ci.org/ircmaxell/password_compat.png?branch=master)](https://travis-ci.org/ircmaxell/password_compat)
-This library is intended to provide forward compatibility with the password_* functions being worked on for PHP 5.5.
+This library is intended to provide forward compatibility with the [password_*](http://php.net/password) functions being worked on for PHP 5.5.
See [the RFC](https://wiki.php.net/rfc/password_hash) for more detailed information.