Skip to content

Commit f47b6fc

Browse files
authored
Clarify install instructions (#121)
* Clarify install instructions * Correctly capitalise GOV.UK
1 parent 26fb793 commit f47b6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/importer/assets/docs/start.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1 class="govuk-heading-xl">Get started</h1>
6767
</p>
6868
<h2 class="govuk-heading-l">Installation</h2>
6969
<div data-static-only>
70-
<p>Install the plugin by typing:</p>
70+
<p>Open up your preferred command line, which you previously used to create a GOV.UK prototype, and type the following:</p>
7171
<pre>npm install 'https://gitpkg.vercel.app/register-dynamics/data-import/lib/importer?main'</pre>
7272
</div>
7373
<p data-plugin-only class="govuk-body">
@@ -81,7 +81,7 @@ <h2 class="govuk-heading-l">Installation</h2>
8181
<h2 class="govuk-heading-l">Configuration</h2>
8282
<p>Finally, add some fields to <code>app/config.json</code> that the user will be asked for
8383
when using the
84-
"Identify columns" template:
84+
"Identify columns" template. Replace the values "Code", "Name", and "Speciality" in the example below with your own fields:
8585
<pre>{
8686
"serviceName": "Your service name",
8787
"fields": [

0 commit comments

Comments
 (0)