diff --git a/docs/README.md b/docs/README.md index bc8a3b6b7e30..4b1c864f18ab 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,7 +55,7 @@ Modules for both sides: * [Coding style](development/coding-style.md) * [Source code directory structure](development/source-code-directory-structure.md) -* [Technical differences to NW.js](development/atom-shell-vs-nwjs.md) +* [Technical differences to NW.js (formerly node-webkit)](development/atom-shell-vs-node-webkit.md) * [Build instructions (Mac)](development/build-instructions-mac.md) * [Build instructions (Windows)](development/build-instructions-windows.md) * [Build instructions (Linux)](development/build-instructions-linux.md) diff --git a/docs/development/atom-shell-vs-nwjs.md b/docs/development/atom-shell-vs-node-webkit.md similarity index 97% rename from docs/development/atom-shell-vs-nwjs.md rename to docs/development/atom-shell-vs-node-webkit.md index af4c6ca4da26..f0bc1ddac39e 100644 --- a/docs/development/atom-shell-vs-nwjs.md +++ b/docs/development/atom-shell-vs-node-webkit.md @@ -1,4 +1,4 @@ -# Technical differences to NW.js +# Technical differences to NW.js (formerly node-webkit) Like NW.js, atom-shell provides a platform to write desktop applications with JavaScript and HTML, and has Node integration to grant access to low level