Skip to content

Commit

Permalink
Merge pull request #160 from alphagov/docs-update
Browse files Browse the repository at this point in the history
Minor documentation update
  • Loading branch information
joelanman committed Mar 2, 2016
2 parents 34f71f7 + a3d1714 commit 52aa82b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/install/install-the-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You need to be able to navigate to your prototype from the terminal. Most comman

#### Mac users:
```
cd ~/projects/juggling-license-prototype
cd ~/projects/juggling-licence-prototype
```

#### Windows users:
Expand All @@ -54,11 +54,11 @@ Navigating will depend on whether you have a `Documents` or a `My Documents` fol

Documents:
```
cd ~/Documents/projects/juggling-license-prototype
cd ~/Documents/projects/juggling-licence-prototype
```
My Documents:
```
cd ~/My\ Documents/projects/juggling-license-prototype
cd ~/My\ Documents/projects/juggling-licence-prototype
```

#### Returning to this folder
Expand All @@ -85,7 +85,7 @@ You need to download extra code used by the kit before it can run. You can get t
```
npm install
```
The install may take up to a minute.
The install may take up to a minute. Whilst installing it may `WARN` about some items - this is ok. As long as there are no `ERROR`s you can continue.

---
[Previous page (requirements)](requirements.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/install/run-the-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Listening on port 3000 url: http://localhost:3000

## Check it works

In your web browser, visit [http://localhost:3000](http://localhost:3000)
In your web browser, visit <a href="http://localhost:3000" target="_blank">http://localhost:3000 (opens in a new tab)</a>

You should see the prototype welcome page.

Expand Down

0 comments on commit 52aa82b

Please sign in to comment.