Skip to content

Commit 4b8cb7e

Browse files
authored
Merge pull request #41 from smurfpandey/patch-1
Fixed npm init command
2 parents bc3893f + 4721a69 commit 4b8cb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm start
2121
Using `npm init`
2222

2323
```
24-
npm init create-html5-boilerplate new-site
24+
npm init html5-boilerplate new-site
2525
cd new-site
2626
npm install
2727
npm start

0 commit comments

Comments
 (0)