8000 updated docs · ShMcK/rewire-coderoad@f8333d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8333d3

Browse files
author
Johannes
committed
updated docs
1 parent a521ef6 commit f8333d3

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
@@ -27,8 +27,8 @@ rewire is tested with node 0.6.x - 0.7.x. I recommend to run the unit tests via
2727
**Use with [browserify](https://github.com/substack/node-browserify):**<br />
2828

2929
```javascript
30-
var b = require("browserify")({debug: true}); // debug=true splits the source in seperate files in chrome's developer
31-
tools
30+
// debug=true splits the source in seperate files in chrome's developer tools
31+
var b = require("browserify")({debug: true});
3232

3333
b.use(require("rewire").browserify);
3434
```

0 commit comments

Comments
 (0)
0