We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98c283 commit 4fd6f39Copy full SHA for 4fd6f39
Readme.md
@@ -47,21 +47,19 @@ setInterval(function(){
47
48
The __DEBUG__ environment variable is then used to enable these based on space or comma-delimited names. Here are some examples:
49
50
-### OSX and Linux usage
51
-
52

53
54

55
56
-### Windows usage
+#### Windows note
57
58
On Windows the environment variable is set using the `set` command.
59
60
```cmd
61
set DEBUG=*,-not_this
62
```
63
64
-The run the program to be debugged as ususal.
+Then, run the program to be debugged as ususal.
65
66
## Millisecond diff
67
0 commit comments