Update new_library.md (#29)

This commit is contained in:
Dmitry Vyukov 2016-10-13 17:33:02 +02:00 committed by Mike Aizatsky
parent 70805aea3b
commit 5f36ffda49
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ By default ClusterFuzz will run your fuzzer without any options. You can specify
custom options by creating a `fuzzer_name.options` file next to a fuzzier in `/out`:
```
[linfuzzer]
[libfuzzer]
max_len = 1024
```