Skip to content

Commit c3aa057

Browse files
committed
wording
1 parent 0fa4104 commit c3aa057

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Notices: these can be fast, don't expect improved security level.
99

1010
It also provides additional functions from libxcrypt missing in core PHP:
1111

12-
* crypt_preferred_method: get the prefix of the preferred hash method
13-
* crypt_gensalt: encode settings for passphrase hashing
14-
* crypt_checksalt: validate a crypt setting string
12+
* `crypt_preferred_method`: get the prefix of the preferred hash method
13+
* `crypt_gensalt`: encode settings for passphrase hashing
14+
* `crypt_checksalt`: validate a crypt setting string
1515

1616
See the Linux man pages.
1717

@@ -35,7 +35,7 @@ See the Linux man pages.
3535

3636
Compatible with PHP 8.0 or greater.
3737

38-
You need the Extended crypt library development files (libxcrypt-devel)
38+
You need the Extended crypt library development files (libxcrypt-devel, libcrypt-dev)
3939
version 4.4 or greater.
4040

4141
From the sources tree

0 commit comments

Comments
 (0)