diff --git a/README.md b/README.md index 2639e441..5014f940 100644 --- a/README.md +++ b/README.md @@ -447,7 +447,7 @@ Other Style Guides return `How are you, ${name}?`; } ``` - - [6.5](#6.5) Never use eval() on a string, it opens too many vulnerabilities. + - [6.5](#6.5) Never use `eval()` on a string, it opens too many vulnerabilities. **[⬆ back to top](#table-of-contents)**