From 01b30d759e4ff96265591c14be6d792c430885ea Mon Sep 17 00:00:00 2001 From: exoticknight Date: Fri, 11 Mar 2016 20:03:49 +0800 Subject: [PATCH] fix PowerShell set in readme.me --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.