Skip to content

Commit 857bb86

Browse files
authored
Merge pull request #17 from h5bp/readme-fix
typo fix on README
2 parents 4c146a9 + b765c28 commit 857bb86

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can get started using one of three options- `npx`, `npm init`, or
1111

1212
Using `npx`
1313

14-
```sh
14+
```
1515
npx create-html5-boilerplate new-site
1616
cd new-site
1717
npm install
@@ -20,7 +20,7 @@ npm start
2020

2121
Using `npm init`
2222

23-
```sh
23+
```
2424
npm init create-html5-boilerplate new-site
2525
cd new-site
2626
npm install
@@ -29,7 +29,7 @@ npm start
2929

3030
Using yarn
3131

32-
```sh
32+
```
3333
yarn create html5-boilerplate new-site
3434
cd new-site
3535
yarn install
@@ -40,7 +40,7 @@ These commands are equivalent and do the following:
4040

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

4646
## Requirements
@@ -51,13 +51,13 @@ The only requirements are for `npx`, which requires npm version 5.2 or greater a
5151
older version of npm you can still use `create-html5-boilerplate` by running the
5252
following command to install the project globally.
5353

54-
```sh
54+
```
5555
npm install -g create-html5-boilerplate
5656
```
5757

5858
Then you can use `create-html5-boilerplate` as in the following example
5959

60-
```sh
60+
```
6161
create-html5-boilerplate new-site
6262
cd new-site
6363
npm install
@@ -68,7 +68,7 @@ npm start
6868

6969
You can also install a specific version:
7070

71-
```sh
71+
```
7272
npx create-html5-boilerplate new-site --release=7.2.0
7373
cd new-site
7474
npm install

0 commit comments

Comments
 (0)