summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-12-19 09:34:08 +0100
committerRemi Collet <remi@php.net>2024-12-19 09:34:08 +0100
commit75800f0bd69e8a72bb5a6c719a66569ba6be730f (patch)
tree2b4a512b37654d5efcdb0d61a8ff43d21ee9fea4 /README.md
parent0b684e5be64069710ab5cd606f4f79e06e4c7363 (diff)
add link to doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32be2bd..94bca11 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
* `crypt_gensalt`: encode settings for passphrase hashing
* `crypt_checksalt`: validate a crypt setting string
-See the Linux man pages.
+See the Linux man pages or [PHP Documentation](https://www.php.net/xpass)
**Computation time**