diff --git a/README.md b/README.md
index d4288a0..5a53bef 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,12 @@ $ go test -bench .
+
+# Fuzzing
+
+[go-json-fuzz](https://github.com/goccy/go-json-fuzz) is the repository for fuzzing tests.
+If you run the test in this repository and find a bug, please commit to corpus to go-json-fuzz and report the issue to [go-json](https://github.com/goccy/go-json/issues).
+
# How it works
`go-json` is very fast in both encoding and decoding compared to other libraries.