From 8365ee98310b4f78958b6723cc88bb2523f76135 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Tue, 22 Nov 2016 13:47:50 -0800 Subject: [PATCH] Remove "an" from intro The wording is awkward. I think removing "an" works. Alternatively, adding the word "application" after "Electron" works too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5760d95..a2e74dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # electron-quick-start -**Clone and run for a quick way to see an Electron in action.** +**Clone and run for a quick way to see Electron in action.** 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.