Skip to content

Commit b747bfd

Browse files
committed
Remove reference to Electron
Related to #13.
1 parent 432965d commit b747bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
5555
Right click on the page and open it from the context menu.
5656
#### How to persist debug sessions across page reloads
5757
Just add `?debug_session=<session_name>` to the url.
58-
#### How to include it in chrome / electron / nw.js apps and extensions
59-
Unlike web apps, Chrome extension doesn't inject anything in other chrome extensions or in chrome / electron / nw.js apps, so you have to do it by yourself to allow debugging. Just add:
58+
#### How to include it in chrome apps and extensions
59+
Unlike web apps, Chrome extension doesn't inject anything in other chrome extensions or apps, so you have to do it by yourself to allow debugging. Just add:
6060
```
6161
<script src="chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/inject.bundle.js"></script>
6262
```

0 commit comments

Comments
 (0)