diff --git a/README.md b/README.md
index 9681aa4b51..352d8f06a5 100644
--- a/README.md
+++ b/README.md
@@ -1923,7 +1923,7 @@ Other Style Guides
}
```
-
+
- [14.3](#hoisting--named-expressions) Named function expressions hoist the variable name, not the function name or the function body.
```javascript