Update readme

This commit is contained in:
probablycorey 2014-05-05 11:56:35 -07:00
parent 3a78b5fa13
commit da30e3348e

View file

@ -1,19 +1,17 @@
## Overview ## Overview
Atom Shell is a cross-platform desktop application shell. It provides a way to The Atom Shell framework lets you write cross-platform desktop applications
build native like applications with [node.js](http://nodejs.org) and web page using JavaScript, HTML and CSS. It is based on [node.js](http://nodejs.org) and
engine of [Chromium](http://www.chromium.org). [Chromium](http://www.chromium.org) and is used in the [Atom
editor](https://github.com/atom/atom).
It is powering the [Atom editor](https://github.com/atom/atom).
## Downloads ## Downloads
Prebuilt binaries of atom-shell for Linux, Window and Mac could be found in the Prebuilt binaries of atom-shell for Linux, Window and Mac can be found on the
[releases](https://github.com/atom/atom-shell/releases) page, new releases would [releases](https://github.com/atom/atom-shell/releases) page.
also be published there.
## Documents ## Documentation
Visist the [docs](https://github.com/atom/atom-shell/tree/master/docs) in the Guides and the API reference is located in the
repository for usage guides and API references, it also includes how to build [docs](https://github.com/atom/atom-shell/tree/master/docs) directory. It also
and contribute to atom-shell. contains documents describing how to build and contributeto atom-shell.