diff --git a/Readme.md b/Readme.md index bae742d4..e718f5be 100644 --- a/Readme.md +++ b/Readme.md @@ -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.