Update docs for new org

This commit is contained in:
Kevin Sawicki 2016-03-31 16:49:59 -07:00
parent 5ffa30a563
commit 102f7e8e33
64 changed files with 88 additions and 88 deletions

View file

@ -8,7 +8,7 @@ the `BrowserWindow.addDevToolsExtension` API to load them. The loaded extensions
will be remembered so you don't need to call the API every time when creating
a window.
** NOTE: React DevTools does not work, follow the issue here https://github.com/atom/electron/issues/915 **
** NOTE: React DevTools does not work, follow the issue here https://github.com/electron/electron/issues/915 **
For example, to use the [React DevTools Extension](https://github.com/facebook/react-devtools)
, first you need to download its source code: