📝 avoid breaking everyone's stuff

This commit is contained in:
Suyash 2015-03-16 16:50:23 +05:30
parent cda129b073
commit 327c7bc3cc
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ Modules for both sides:
* [Coding style](development/coding-style.md) * [Coding style](development/coding-style.md)
* [Source code directory structure](development/source-code-directory-structure.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 (Mac)](development/build-instructions-mac.md)
* [Build instructions (Windows)](development/build-instructions-windows.md) * [Build instructions (Windows)](development/build-instructions-windows.md)
* [Build instructions (Linux)](development/build-instructions-linux.md) * [Build instructions (Linux)](development/build-instructions-linux.md)

View file

@ -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 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 with JavaScript and HTML, and has Node integration to grant access to low level