diff --git a/docs/0.3.4/en-US/tutorials/hello-world.md b/docs/0.3.4/en-US/tutorials/hello-world.md index 27f8d01ddd..df807d3264 100644 --- a/docs/0.3.4/en-US/tutorials/hello-world.md +++ b/docs/0.3.4/en-US/tutorials/hello-world.md @@ -20,12 +20,6 @@ Note that we've set these dependencies up so that they'll automatically update _ -Now, create an `index.html` file at the root of your project and put the following inside: - -```html -{{#include ../../../examples/comprehensive/tiny/index.html}} -``` -
Don't I need an `index.html` file?