aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKostya Serebryany <konstantin.s.serebryany@gmail.com>2016-12-15 11:43:56 -0800
committerKostya Serebryany <konstantin.s.serebryany@gmail.com>2016-12-15 11:43:56 -0800
commit2d4a8d8ea76e1f5038a1a01b255daafc7ec65123 (patch)
treeb2aa682128729471decb2011c736e16cea22a0e9 /README.md
parentdbd3185ae0140c135446b13ab48ff576e2931afa (diff)
downloadlibprotobuf-mutator-2d4a8d8ea76e1f5038a1a01b255daafc7ec65123.tar.gz
docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8178eb9..3436d55 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
# libprotobuf-mutator
## Overview
-libprotobuf-mutator is the library to randomly mutate protobuffers.
-The main purpose of this library is to use it together with guided
+libprotobuf-mutator is a library to randomly mutate
+[protobuffers](https://github.com/google/protobuf). <BR>
+It could be used together with guided
fuzzing engines, such as [libFuzzer](http://libfuzzer.info).
## Quick start on Debian/Ubuntu