Update README.md

This commit is contained in:
Oliver Chang 2016-11-18 14:58:06 -08:00 committed by GitHub
parent 01364bf2b7
commit b45e9ea61c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ distributed execution.
At the first stage of the project we plan to combine
[libFuzzer](http://llvm.org/docs/LibFuzzer.html) with various `clang`
[sanitizers](https://github.com/google/sanitizers).
[ClusterFuzz](https://blog.chromium.org/2012/04/fuzzing-for-security.html)
[ClusterFuzz](docs/clusterfuzz.md)
provides distributed fuzzer execution environment and reporting.
## Background