diff --git a/README.md b/README.md
index 94a1ec9a..cebc053b 100644
--- a/README.md
+++ b/README.md
@@ -743,7 +743,7 @@ Other Style Guides
```
- - [8.4](#8.4) If your function takes a single argument and doesn’t use braces, omit the parentheses.
+ - [8.4](#8.4) If your function takes a single argument and doesn’t use braces, omit the parentheses. Otherwise, always include parentheses around arguments.
> Why? Less visual clutter.