diff --git a/index.html b/index.html
index 3beb856..ec281d0 100644
--- a/index.html
+++ b/index.html
@@ -216,7 +216,7 @@
Definitions:
Quick start
-The Electron Quick Start repository is a bare-bones Electron app with the package.json
, main.js
and index.js
you've learned about here—a great place to get started! Also, check out the boilerplates for templates with your framework of choice.
+The Electron Quick Start repository is a bare-bones Electron app with the package.json
, main.js
and index.html
you've learned about here—a great place to get started! Also, check out the boilerplates for templates with your framework of choice.
Resources:
diff --git a/index.md b/index.md
index cd8bd72..b30a065 100644
--- a/index.md
+++ b/index.md
@@ -176,7 +176,7 @@ Electron apps are like Node apps and use a `package.json` file
## Quick start
-The Electron Quick Start repository is a bare-bones Electron app with the `package.json`, `main.js` and `index.js` you've learned about here—a great place to get started! Also, check out the boilerplates for templates with your framework of choice.
+The Electron Quick Start repository is a bare-bones Electron app with the `package.json`, `main.js` and `index.html` you've learned about here—a great place to get started! Also, check out the boilerplates for templates with your framework of choice.
### Next: [Packaging](#packaging)