aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar inferno-chromium <inferno@chromium.org>2016-11-29 13:34:58 -0800
committerGravatar GitHub <noreply@github.com>2016-11-29 13:34:58 -0800
commit3e5c61c0a602204b878a4f7123ae80aa647d30b5 (patch)
tree2835c962251920bf0649c557a38e4684419a7c1c /README.md
parent4ac7c26e627c583bba76288aedbb381891a5b72f (diff)
Update README.md
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 78c39d56..785eb4af 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ OSS-Fuzz will adhere to following disclosure principles:
* [Ideal Integration](docs/ideal_integration.md) describes the steps to integrate fuzz targets with your project.
* [Fuzzer execution environment](docs/fuzzer_environment.md) documents the
environment under which your fuzzers will be run.
-* [Projects List](projects) lists OSS projects currently added to OSS-Fuzz.
+* [Projects](projects) lists OSS projects currently added to OSS-Fuzz.
* [Chrome's Efficient Fuzzer Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzer.md)
while contains some chrome-specifics, is an excellent documentation on making your fuzzer better.