Skip to content

Commit 26fbff6

Browse files
authored
Merge pull request #1025 from jecoopr/fix-link-paths
Fix link path in code example for getting started.
2 parents 99cfb49 + c4c0921 commit 26fbff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/guides/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ contributors:
99
- johnstew
1010
- simon04
1111
- aaronang
12+
- jecoopr
1213
---
1314

1415
webpack is a tool to build JavaScript modules in your application. To start using `webpack` from its [cli](/api/cli) or [api](/api/node), follow the [Installation instructions](/guides/installation).
@@ -47,7 +48,7 @@ function component () {
4748
document.body.appendChild(component());
4849
```
4950

50-
To run this piece of code, one usually has the below HTML
51+
To run this piece of code, create an `index.html` file in the project's root.
5152

5253
__index.html__
5354

0 commit comments

Comments
 (0)