Browse Source

Update README.

Cheng Zhao 11 years ago
parent
commit
3b615d7fad
1 changed files with 11 additions and 10 deletions
  1. 11 10
      README.md

+ 11 - 10
README.md

@@ -1,19 +1,20 @@
 # Atom Shell
 
-Experimental native layer for the [Atom](https://github.com/github/atom).
+Native layer for the [Atom](https://github.com/github/atom).
 
-## Development
+## Features
 
-### One-time setup
+* Write desktop applications with web techniques
+* Support built-in and third-party modules of node.js 
+* Support native node.js modules
+* Extended built-in modules for desktop programming
+* JavaScript on browser side
+* Easy API for cross-process communication
 
-    $ script/bootstrap
+## Usage & Development
 
-### Building
-
-    $ script/build
-
-This will build the app into the `build` directory.
+See the [Wiki](https://github.com/atom/atom-shell/wiki).
 
 ## License
 
-See the [`LICENSE`](LICENSE) file.
+We use MIT license, see the [`LICENSE`](LICENSE) file.