diff --git a/README.md b/README.md index d9584358f6c7..a379c71c5cc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Electron [![Build Status](https://travis-ci.org/atom/atom-shell.svg?branch=master)](https://travis-ci.org/atom/atom-shell) -The Atom Shell framework lets you write cross-platform desktop applications +The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on [io.js](http://iojs.org) and [Chromium](http://www.chromium.org) and is used in the [Atom editor](https://github.com/atom/atom). diff --git a/atom/browser/default_app/default_app.js b/atom/browser/default_app/default_app.js index ee5e5733e1de..dffe03c628e1 100644 --- a/atom/browser/default_app/default_app.js +++ b/atom/browser/default_app/default_app.js @@ -25,10 +25,10 @@ app.on('ready', function() { if (process.platform == 'darwin') { var template = [ { - label: 'Atom Shell', + label: 'Electron', submenu: [ { - label: 'About Atom Shell', + label: 'About Electron', selector: 'orderFrontStandardAboutPanel:' }, { @@ -42,7 +42,7 @@ app.on('ready', function() { type: 'separator' }, { - label: 'Hide Atom Shell', + label: 'Hide Electron', accelerator: 'Command+H', selector: 'hide:' }, diff --git a/atom/browser/default_app/index.html b/atom/browser/default_app/index.html index 83b5122782fe..469b57cdad1d 100644 --- a/atom/browser/default_app/index.html +++ b/atom/browser/default_app/index.html @@ -1,6 +1,6 @@ - Atom Shell + Electron