Browse Source

Fix typo in README.md

main
Zane Sterling 10 years ago
parent
commit
624757867a
  1. 2
      README.md

2
README.md

@ -4,7 +4,7 @@
This is a minimal Electron application based on the [Quick Start Guide](http://electron.atom.io/docs/latest/tutorial/quick-start) within the Electron documentation. This is a minimal Electron application based on the [Quick Start Guide](http://electron.atom.io/docs/latest/tutorial/quick-start) within the Electron documentation.
An basic Electron application needs just these files:
A basic Electron application needs just these files:
- `index.html` - A web page to render. - `index.html` - A web page to render.
- `main.js` - Starts the app and creates a browser window to render HTML. - `main.js` - Starts the app and creates a browser window to render HTML.

Loading…
Cancel
Save