From 876003db13b882378eae92ea85e51dc5dc0cc326 Mon Sep 17 00:00:00 2001 From: Mike North Date: Sun, 2 Sep 2018 00:26:46 -0700 Subject: [PATCH] fix: correction to yarn installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5805a04..5c0dd5f 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ npx ember-qunit-codemod convert-module-for-to-setup-test path/of/files/ or/some* # or -yarn global add special-project +yarn global add ember-qunit-codemod ember-qunit-codemod convert-module-for-to-setup-test path/of/files/ or/some**/*glob.js ```