From 146d0d1c0aa4f515ce5df0510f7c26481781ccd3 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 21 Dec 2016 06:17:41 +0000 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"