Skip to content

Commit

Permalink
Merge pull request #391 from lurch/patch-1
Browse files Browse the repository at this point in the history
Fix README typo
  • Loading branch information
TooTallNate authored Dec 21, 2016
2 parents ea43614 + 146d0d1 commit 280a64d
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(){
set DEBUG=*,-not_this
```

Note that PowerShell using different syntax to set environment variables.
Note that PowerShell uses different syntax to set environment variables.

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

0 comments on commit 280a64d

Please sign in to comment.