Skip to content

Commit 42b9b51

Browse files
committed
[README] update for 0.12.0-rc1
1 parent e586a41 commit 42b9b51

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Official site: http://nwjs.io
66
[new v0.12.0 test release](https://groups.google.com/d/msg/nwjs-general/Sykci3Qhgus/AoF0zT7TEIoJ)
77
## Introduction
88

9-
node-webkit is an app runtime based on `Chromium` and `node.js`. You can
10-
write native apps in HTML and JavaScript with node-webkit. It also lets you
9+
NW.js is an app runtime based on `Chromium` and `node.js`. You can
10+
write native apps in HTML and JavaScript with NW.js. It also lets you
1111
call Node.js modules directly from the DOM and enables a new way of writing
1212
native applications with all Web technologies.
1313

@@ -27,6 +27,12 @@ It was created in the Intel Open Source Technology Center.
2727
* Available on Linux, Mac OS X and Windows
2828

2929
## Downloads
30+
* **v0.12.0-rc1:** (Feb 27, 2015, based off of IO.js v1.2.0, Chromium 41.0.2272.32): [release notes](https://groups.google.com/d/msg/nwjs-general/Sykci3Qhgus/AoF0zT7TEIoJ)
31+
32+
* Linux: [32bit](http://dl.nwjs.io/v0.12.0-rc1/nwjs-v0.12.0-rc1-linux-ia32.tar.gz) / [64bit](http://dl.nwjs.io/v0.12.0-rc1/nwjs-v0.12.0-rc1-linux-x64.tar.gz)
33+
* Windows: [32bit](http://dl.nwjs.io/v0.12.0-rc1/nwjs-v0.12.0-rc1-win-ia32.zip) / [64bit](http://dl.nwjs.io/v0.12.0-rc1/nwjs-v0.12.0-rc1-win-x64.zip)
34+
* Mac 10.7+: [32bit](http://dl.nwjs.io/v0.12.0-rc1/nwjs-v0.12.0-rc1-osx-ia32.zip) / [64bit](http://dl.nwjs.io/v0.12.0-rc1/nwjs-v0.12.0-rc1-osx-x64.zip)
35+
3036
* **v0.11.6:** (Jan 21, 2015, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/nwjs-general/ADFYPzjpo8Q/R6U7I18oirUJ)
3137

3238
* Linux: [32bit](http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-linux-ia32.tar.gz) / [64bit](http://dl.node-webkit.org/v0.11.6/node-webkit-v0.11.6-linux-x64.tar.gz)

0 commit comments

Comments
 (0)