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