Fix option

This commit is contained in:
Stanislav Malyshev
2019-03-04 14:50:41 -08:00
parent 8c21042711
commit 7773881848

2
README
View File

@@ -4,7 +4,7 @@ Installation
For installation put this code into a directory sapi/fuzzer inside a PHP
source tree, then run `./buildconf` and `./configure` PHP using the
--enable-fuzz switch.
--enable-fuzzer switch.
You need llvm/clang's libFuzzer to be around.