Skip to content

Commit

Permalink
docs(example-hello-world): fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmlau committed Feb 22, 2018
1 parent ec0ac81 commit 552660c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/example-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ our application to always respond with "Hello World!".
## Prerequisites

Before we can begin, you'll need to make sure you have some things installed:
- [Node.js](https://nodejs.org/en/) at v6.x or greater
- [Node.js](https://nodejs.org/en/) at v8.x or greater

Additionally, this tutorial assumes that you are comfortable with
certain technologies, languages and concepts.
Expand All @@ -33,7 +33,7 @@ lb4 example hello-world

3. Switch to the directory and install dependencies.
```
cd loopback-example-hello-world && npm i
cd loopback4-example-hello-world && npm i
```

## Use
Expand Down

0 comments on commit 552660c

Please sign in to comment.