diff --git a/source/get-started/index.html.md.erb b/source/get-started/index.html.md.erb index 455cff2c..f1b62346 100644 --- a/source/get-started/index.html.md.erb +++ b/source/get-started/index.html.md.erb @@ -64,10 +64,10 @@ In your live application, we recommend [using an automated task or your build pi ## 5. Get the JavaScript working -1. Add the following to the top of the `` section of your page template: +1. Add the following to the top of the `` section of your page template: ```html - + ``` 2. Copy the `/node-modules/govuk-frontend/govuk/all.js` file to `/govuk.js`. @@ -75,7 +75,7 @@ In your live application, we recommend [using an automated task or your build pi 3. Import the file before the closing `` tag of your page template, then run the `initAll` function to initialise all the components. For example: ```html - + ... + +