@@ -46,8 +46,8 @@ Choose one of the following options:
46
46
to use it, you may have to copy and paste the contents of that folder into
47
47
your project directory.
48
48
49
- * Using our new [ create-html5-boilerplate] ( https://github.com/h5bp/create-html5-boilerplate )
50
- project , instantly fetch the latest npm published package (or any version
49
+ * Using the [ create-html5-boilerplate] ( https://github.com/h5bp/create-html5-boilerplate )
50
+ script , instantly fetch the latest npm published package (or any version
51
51
available on npm) with ` npx ` , ` npm init ` or ` yarn create ` without having to
52
52
install any dependencies. Running the following ` npx ` command installs the
53
53
latest version into a folder called ` new-site `
@@ -59,6 +59,10 @@ Choose one of the following options:
59
59
npm run start
60
60
```
61
61
62
+ * Using our new [ Template Repository] ( https://github.com/h5bp/html5-boilerplate-template )
63
+ create a new GitHub repository based on the latest code from the main branch of HTML5
64
+ Boilerplate.
65
+
62
66
## Features
63
67
64
68
* A finely-tuned starter template. Reap the benefits of 10 years of analysis,
@@ -99,7 +103,7 @@ You can find our range of supported browsers in our [package.json](https://githu
99
103
100
104
## Documentation
101
105
102
- Take a look at the [ documentation table of contents] ( dist/ doc/TOC.md) . This
106
+ Take a look at the [ documentation table of contents] ( doc/TOC.md ) . This
103
107
documentation is bundled with the project which makes it available for offline
104
108
reading and provides a useful starting point for any documentation you want to
105
109
write about your project.
0 commit comments