Skip to content

Commit 5fe54fc

Browse files
authored
Everything works
Readme matches reality
1 parent 96f6d3c commit 5fe54fc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm start
2121
Using `npm init`
2222

2323
```sh
24-
npm init create-html5-boileprlate new-site
24+
npm init create-html5-boilerplate new-site
2525
cd new-site
2626
npm install
2727
npm start
@@ -30,17 +30,18 @@ npm start
3030
Using yarn
3131

3232
```sh
33-
yarn create html5-boilperlate new-site
33+
yarn create html5-boilerplate new-site
3434
cd new-site
3535
yarn install
3636
yarn start
3737
```
3838

3939
These commands are equivalent and do the following:
4040

41-
1. Dowloads and installs the latest version of HTML5-Boilerplate
42-
2. Bundles site assets and tart a web server using [`parcel`](https://parceljs.org/)
43-
3. Opens a web browser pointed to http://localhost:1234/
41+
1. Dowload and install the latest version of HTML5 Boilerplate
42+
2. Installs dependencies
43+
3. Bundles site assets and tart a web server using [`parcel`](https://parceljs.org/)
44+
4. Opens a web browser pointed to http://localhost:1234/
4445

4546
## Requirements
4647

@@ -51,13 +52,13 @@ older version of npm you can still use `create-html5-boilerplate` by running the
5152
following command to install the project globally.
5253

5354
```sh
54-
npm install -g create-html5-boilperlate
55+
npm install -g create-html5-boilerplate
5556
```
5657

57-
Then you can use create-html5-boilerplate as in the following example
58+
Then you can use `create-html5-boilerplate` as in the following example
5859

5960
```sh
60-
create-html5-boilperlate new-site
61+
create-html5-boilerplate new-site
6162
cd new-site
6263
npm install
6364
npm start

0 commit comments

Comments
 (0)