Skip to content

Commit 7f66f4a

Browse files
author
Eric Elliott
committed
Update README.md
1 parent 8b9f58b commit 7f66f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
6767
* [Node](http://nodejs.org/) Then install Node (with nvm). You'll need this even if you're a front-end dev.
6868
* [npm](https://www.npmjs.com/) Install lots of other things with npm. **The package manager for JavaScript.** Comes with Node.
6969
* [Atom](https://atom.io/) Nice, hackable editor by GitHub.
70-
* [Node Inspector](https://github.com/node-inspector/node-inspector) Debug Node code with the Chrome debug tools
70+
* [Node Inspector](https://github.com/node-inspector/node-inspector) Debug Node code with the Chrome debug tools `--save-live-edit true`
7171
* [TraceGL](https://github.com/traceglMPL/tracegl) Powerful runtime analysis of live JavaScript code
7272
* [Tern](http://ternjs.net/) Static analysis in JavaScript
7373
* [JSDoc](http://usejsdoc.org/) Pair with [Tern](http://ternjs.net/) for static analysis

0 commit comments

Comments
 (0)