📝 avoid breaking everyone's stuff
This commit is contained in:
parent
cda129b073
commit
327c7bc3cc
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue