Bladeren bron

Fix typo in README.md

Zane Sterling 10 jaren geleden
bovenliggende
commit
624757867a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      README.md

+ 1 - 1
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.
 
-An basic Electron application needs just these files:
+A basic Electron application needs just these files:
 
 - `index.html` - A web page to render.
 - `main.js` - Starts the app and creates a browser window to render HTML.