diff --git a/README.md b/README.md index 6668942..e6c969b 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ of functions which will be skipped when auditing the not checked errors: ```JSON { "G104": { - "io/ioutil": ["WriteFile"] + "ioutil": ["WriteFile"] } } ```