Skip to content

Commit fc82f08

Browse files
authored
testing, so I'm seeing typos
1 parent d3796f7 commit fc82f08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

1414
```sh
15-
npx create-html5-boilperlate new-site
15+
npx create-html5-boilerplate new-site
1616
cd new-site
1717
npm install
1818
npm start
@@ -21,7 +21,7 @@ npm start
2121
Using `npm init`
2222

2323
```sh
24-
npm init create-html5-boilperlate new-site
24+
npm init create-html5-boileprlate new-site
2525
cd new-site
2626
npm install
2727
npm start
@@ -32,8 +32,8 @@ Using yarn
3232
```sh
3333
yarn create html5-boilperlate new-site
3434
cd new-site
35-
npm install
36-
npm start
35+
yarn install
36+
yarn start
3737
```
3838

3939
These commands are equivalent and do the following:

0 commit comments

Comments
 (0)