Skip to content

Commit c9b1005

Browse files
kantrogerwang
authored andcommitted
Minor fixes
1 parent 9f74fd7 commit c9b1005

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## node-webkit is renamed NW.js
22

33
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nwjs/nw.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
Official site: http://nwjs.io
4+
Official site: https://nwjs.io
55
Official documentation: http://docs.nwjs.io/
66
## Introduction
77

@@ -21,9 +21,9 @@ It was created in the Intel Open Source Technology Center.
2121

2222
* Apps written in modern HTML5, CSS3, JS and WebGL.
2323
* Complete support for [Node.js APIs](https://nodejs.org/api/) and all its [third party modules](https://www.npmjs.com/).
24-
* Good performance: Node and WebKit run in the same thread: Function calls are made straightforward; objects are in the same heap and can just reference each other;
24+
* Good performance: Node and WebKit run in the same thread: Function calls are made straightforward; objects are in the same heap and can just reference each other.
2525
* Easy to package and distribute apps.
26-
* Available on Linux, Mac OS X and Windows
26+
* Available on Linux, Mac OS X and Windows.
2727

2828
## Downloads
2929
* **v0.25.0:** (Sep 6, 2017, based off of Node.js v8.4.0, Chromium 61.0.3163.79): [release notes](https://nwjs.io/blog/v0.25.0/)
@@ -103,5 +103,5 @@ Issues are being tracked here on GitHub.
103103
## Sponsors
104104

105105
The work is being sponsored by:
106-
* [Intel](http://www.intel.com/content/www/us/en/homepage.html)
106+
* [Intel](https://www.intel.com/content/www/us/en/homepage.html)
107107
* [Gnor Tech](http://gnor.net)

0 commit comments

Comments
 (0)