From 07c7759d453a899ac96d5266e41b6633935169db Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Wed, 11 May 2016 08:48:52 +0200 Subject: [PATCH] Mention the Electron API Demos app --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2e3e72..8783a3b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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. +**Use this app along with the [Electron API Demos](http://electron.atom.io/#get-started) app for API code examples to help you get started.** + A basic Electron application needs just these files: - `package.json` - Points to the app's main file and lists its details and dependencies.