Skip to content

Commit

Permalink
fix PowerShell set in readme.me
Browse files Browse the repository at this point in the history
  • Loading branch information
exoticknight committed Mar 11, 2016
1 parent 7271825 commit 01b30d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ setInterval(function(){
Note that PowerShell using different syntax to set environment variables.

```cmd
$env:DEBUG = "DEBUG=*,-not_this"
$env:DEBUG = "*,-not_this"
```

Then, run the program to be debugged as usual.
Expand Down

0 comments on commit 01b30d7

Please sign in to comment.