Skip to content

Commit 5cb3c14

Browse files
committed
[README] reformat h1 to h2; highlight demo & apps
1 parent aef7478 commit 5cb3c14

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introduction
1+
## Introduction
22

33
node-webkit is an app runtime based on `Chromium` and `node.js`. You can
44
write native apps in HTML and Javascript with node-webkit. It also lets you
@@ -9,15 +9,15 @@ It's created and developed in Intel Open Source Technology Center.
99

1010
[Introduction to node-webkit (slides)](https://speakerdeck.com/u/zcbenz/p/node-webkit-app-runtime-based-on-chromium-and-node-dot-js).
1111

12-
# Features
12+
## Features
1313

1414
* Apps written in modern HTML5, CSS3, JS and WebGL.
1515
* Complete support for [Node.js APIs](http://nodejs.org/api/) and all its [third party modules](https://npmjs.org).
1616
* Good performance: Node and WebKit runs in the same thread: Function calls are made straightforward; objects are in the same heap and can just reference each other;
1717
* Easy to package and distribute apps.
1818
* Available on Linux, Mac OSX and Windows
1919

20-
# Downloads
20+
## Downloads
2121

2222
[v0.4.0 release note](https://groups.google.com/d/msg/node-webkit/bTqRSmcfJ_E/9njVffk-k4cJ)
2323

@@ -29,9 +29,10 @@ Prebuilt binaries (v0.4.0 — Jan 18, 2013):
2929

3030
[Looking for older versions?](https://github.com/rogerwang/node-webkit/wiki/Downloads-of-old-versions)
3131

32+
###Demos and real apps
3233
You may also be interested in [our demos repository](https://github.com/zcbenz/nw-sample-apps) and the [List of apps and companies using node-webkit](https://github.com/rogerwang/node-webkit/wiki/List-of-apps-and-companies-using-node-webkit).
3334

34-
# Quick Start
35+
## Quick Start
3536

3637
Create `index.html`:
3738

@@ -72,7 +73,7 @@ $ ./nw app.nw
7273

7374
Note: on Windows, you can drag the `app.nw` to `nw.exe` to open it.
7475

75-
# Documents
76+
## Documents
7677

7778
For more information on how to write/package/run apps, see:
7879

@@ -82,11 +83,11 @@ For more information on how to write/package/run apps, see:
8283

8384
And our [Wiki](https://github.com/rogerwang/node-webkit/wiki) for much more.
8485

85-
# Community
86+
## Community
8687

8788
We use [node-webkit group](http://groups.google.com/group/node-webkit) as
8889
our mailing list, subscribe via [node-webkit+subscribe@googlegroups.com](mailto:node-webkit+subscribe@googlegroups.com).
8990

90-
# License
91+
## License
9192

9293
`node-webkit`'s code uses the MIT license, see our `LICENSE` file.

0 commit comments

Comments
 (0)