diff --git a/docs/content/index.md b/docs/content/index.md index 69dc8046fb..a992af5675 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -40,7 +40,7 @@ Optionally, to add the JavaScript behaviours, in your `application.html.erb` in Or alternatively, you can install the `@primer/view-components` npm package and in your JavaScript code add: ```js -import '@primer/view-components' +import '@primer/view-components/app/assets/javascripts/primer_view_components.js' ``` You can also import only the components you need: