From 469212c094d5c9b4ae1f105a7c8578aec444cf46 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 15 May 2017 18:43:27 -0700 Subject: Update README.md --- projects/example/my-api-repo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/example') diff --git a/projects/example/my-api-repo/README.md b/projects/example/my-api-repo/README.md index 4a4a2185..b5eb1cdb 100644 --- a/projects/example/my-api-repo/README.md +++ b/projects/example/my-api-repo/README.md @@ -18,7 +18,7 @@ Imagine that these files reside in your project's repository: * builds the fuzz target(s) and their corpus archive(s) * `make check` executes [do_stuff_fuzzer.cpp](do_stuff_fuzzer.cpp) on [`do_stuff_test_data/*`](do_stuff_test_data), thus ensures that the fuzz target is up to date and uses it as a regression test. -## Files on OSS-Fuzz repository +## Files in OSS-Fuzz repository * [oss-fuzz/projects/example](..) * [Dockerfile](../Dockerfile): sets up the build environment * [build.sh](../build.sh): builds the fuzz target(s). The smaller this file the better, most of the logic should be inside the project's build system). -- cgit v1.2.3