Skip to content

Commit

Permalink
Merge pull request #271 from exoticknight/patch-1
Browse files Browse the repository at this point in the history
fix PowerShell set in readme.me
  • Loading branch information
TooTallNate committed Mar 11, 2016
2 parents 7271825 + 01b30d7 commit 39ecd87
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 39ecd87

Please sign in to comment.