aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/example
diff options
context:
space:
mode:
authorGravatar Kostya Serebryany <konstantin.s.serebryany@gmail.com>2017-05-15 18:43:27 -0700
committerGravatar GitHub <noreply@github.com>2017-05-15 18:43:27 -0700
commit469212c094d5c9b4ae1f105a7c8578aec444cf46 (patch)
treee77f16d52cea01b0023de1b9f7125ddfa338adca /projects/example
parent90fab0f099b30c3f7ae4fde772f89998d5316349 (diff)
Update README.md
Diffstat (limited to 'projects/example')
-rw-r--r--projects/example/my-api-repo/README.md2
1 files changed, 1 insertions, 1 deletions
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).