Skip to content

Commit

Permalink
Fix package README namespaces (#1592)
Browse files Browse the repository at this point in the history
Fix package README namespaces
  • Loading branch information
NickColley committed Sep 24, 2019
2 parents f32909d + ec33a86 commit 0b4d4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ imports) if you want to override GOV.UK Frontend with your own styles.
To import add the below to your Sass file:

```scss
@import "node_modules/govuk-frontend/all";
@import "node_modules/govuk-frontend/govuk/all";
```

[More details on importing styles](https://github.com/alphagov/govuk-frontend/blob/master/docs/installation/installing-with-npm.md#importing-styles)
Expand All @@ -48,7 +48,7 @@ Some of the JavaScript included in GOV.UK Frontend improves the usability and
accessibility of the components. You should make sure that you are importing and
initialising Javascript in your application to ensure that all users can use it successfully.

You can include Javascript for all components either by copying the `all.js` from `node_modules/govuk-frontend` into your application or referencing the file directly:
You can include Javascript for all components either by copying the `all.js` from `node_modules/govuk-frontend/govuk/` into your application or referencing the file directly:

```html
<script src="<path-to-govuk-frontend-all-file>/all.js"></script>
Expand Down

0 comments on commit 0b4d4d3

Please sign in to comment.