Skip to content

Commit 3a42233

Browse files
authored
Update install instructions in docs (#318)
1 parent f48a224 commit 3a42233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/importer/assets/docs/start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2 class="govuk-heading-l">How to install it</h2>
128128
<p>
129129
Open up your preferred command line, which you previously used to create a GOV.UK Prototype, and type the following:
130130
</p>
131-
<pre>npm install 'https://gitpkg.vercel.app/register-dynamics/data-import/lib/importer?main'</pre>
131+
<pre>npm install --save @register-dynamics/importer@latest</pre>
132132
<p>
133133
After running this command new routes will automatically be added
134134
to your prototype’s <code>app/routes.js</code> file.

0 commit comments

Comments
 (0)