Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor documentation update #160

Merged
merged 4 commits into from
Mar 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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