Skip to content

Commit

Permalink
README: remove traling whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Bajtoš committed Apr 27, 2015
1 parent 5e368e8 commit 8062e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Open http://127.0.0.1:8080/debug?port=5858 in the Chrome browser.

## Configuration

Both `node-inspector` and `node-debug` use [rc](https://npmjs.org/package/rc) module
Both `node-inspector` and `node-debug` use [rc](https://npmjs.org/package/rc) module
to manage configuration options.

Places for configuration:
Expand Down Expand Up @@ -339,7 +339,7 @@ $ node-debug -p 5859 app
Pass `--web-host=127.0.0.2` to node-inspector. Start node-inspector to listen on `127.0.0.2`:
```
$ node-debug --web-host 127.0.0.2 app
```
```
Pass `--option=value` to debugging process:
```
$ node-debug app --option value
Expand Down

0 comments on commit 8062e1b

Please sign in to comment.