Include oss-fuzz in clang-format cmd in README.md
diff --git a/README.md b/README.md
index 51f47b1..77b5dc2 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,8 @@
 clang-format -style=file -i \
   apps/*.c apps/shared/avifjpeg.* apps/shared/avifpng.* \
   apps/shared/avifutil.* apps/shared/y4m.* examples/*.c \
-  include/avif/*.h src/*.c tests/*.c tests/gtest/*.h tests/gtest/*.cc
+  include/avif/*.h src/*.c tests/*.c \
+  tests/gtest/*.h tests/gtest/*.cc tests/oss-fuzz/*.cc
 ```
 
 Use [cmake-format](https://github.com/cheshirekow/cmake_format) to format the