Update README.md (#54)

diff --git a/README.md b/README.md
index 4b442ff..5d280e9 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,8 @@
 
 See more examples in ```example_test.go```.
 
+## dvyukov/go-fuzz integration
+
 You can use this library for easier [go-fuzz](https://github.com/dvyukov/go-fuzz)ing.
 go-fuzz provides the user a byte-slice, which should be converted to different inputs
 for the tested function. This library can help convert the byte slice. Consider for