Skip to content

Commit 4fd6f39

Browse files
committed
Readme++
1 parent a98c283 commit 4fd6f39

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,19 @@ setInterval(function(){
4747

4848
The __DEBUG__ environment variable is then used to enable these based on space or comma-delimited names. Here are some examples:
4949

50-
### OSX and Linux usage
51-
5250
![debug http and worker](http://f.cl.ly/items/18471z1H402O24072r1J/Screenshot.png)
5351

5452
![debug worker](http://f.cl.ly/items/1X413v1a3M0d3C2c1E0i/Screenshot.png)
5553

56-
### Windows usage
54+
#### Windows note
5755

5856
On Windows the environment variable is set using the `set` command.
5957

6058
```cmd
6159
set DEBUG=*,-not_this
6260
```
6361

64-
The run the program to be debugged as ususal.
62+
Then, run the program to be debugged as ususal.
6563

6664
## Millisecond diff
6765

0 commit comments

Comments
 (0)