diff --git a/README.md b/README.md index 75dcabb8..ff244814 100644 --- a/README.md +++ b/README.md @@ -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"