Skip to content

Commit 4721a69

Browse files
authored
Fixed npm init command
Earlier I was getting error ``` npm ERR! 404 Not Found - GET https://registry.npmjs.org/create-create-html5-boilerplate - Not found ```
1 parent c2b8ad1 commit 4721a69

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)