We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48a224 commit 3a42233Copy full SHA for 3a42233
lib/importer/assets/docs/start.html
@@ -128,7 +128,7 @@ <h2 class="govuk-heading-l">How to install it</h2>
128
<p>
129
Open up your preferred command line, which you previously used to create a GOV.UK Prototype, and type the following:
130
</p>
131
- <pre>npm install 'https://gitpkg.vercel.app/register-dynamics/data-import/lib/importer?main'</pre>
+ <pre>npm install --save @register-dynamics/importer@latest</pre>
132
133
After running this command new routes will automatically be added
134
to your prototype’s <code>app/routes.js</code> file.
0 commit comments