diff --git a/website/docs/feature-flag-tutorials/javascript/implementing-feature-flags-js.md b/website/docs/feature-flag-tutorials/javascript/implementing-feature-flags-js.md index 10b041e7392c..18464b56dc1e 100644 --- a/website/docs/feature-flag-tutorials/javascript/implementing-feature-flags-js.md +++ b/website/docs/feature-flag-tutorials/javascript/implementing-feature-flags-js.md @@ -60,7 +60,7 @@ cd unleash-js touch index.html ``` -Create an HTML file called `index.html`: +In the `index.html` file, add the following: ```html