From 0199e0d39b286860eacbd70feb093d5de19f1d36 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 13:47:51 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a72068bad..f0c076831 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [Create New Issue](https://github.com/google/oss-fuzz/issues/new) for questions or feedback. -## Why OSS-Fuzz? +## Introduction to OSS-Fuzz [Fuzz testing](https://en.wikipedia.org/wiki/Fuzz_testing) is a well-known technique for uncovering various kinds of programming errors in software.