From 1250af61be5f7a16a1760dbccde8d0bdc56f9844 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 13:48:02 -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 f0c076831..4209f2679 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. -## Introduction to OSS-Fuzz +## Introduction [Fuzz testing](https://en.wikipedia.org/wiki/Fuzz_testing) is a well-known technique for uncovering various kinds of programming errors in software.