diff --git a/README.md b/README.md index 95dc926d..6c3db4c0 100644 --- a/README.md +++ b/README.md @@ -565,7 +565,7 @@ Other Style Guides // good const foo = '\'this\' is "quoted"'; - const foo = `'this' is "quoted"`; + const foo = `my name is '${name}'`; ``` **[⬆ back to top](#table-of-contents)**