From dc7da7777d37ccf2cb878fe34f867c495c10a362 Mon Sep 17 00:00:00 2001 From: Mauro Junior Date: Wed, 3 May 2017 10:51:40 -0300 Subject: [PATCH] fix: fixed typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e46deb..6beba57 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A modern template for node modules with lint (ESlint), tests (Mocha and Chai), c * clone the repo and remove the .git folder ```Shell -$ git clone git@github.com:semantic-release/semantic-release.git my-new-module-name +$ git clone git@github.com:MauroJr/node-module-boilerplate.git my-new-module-name $ cd my-new-module-name $ rm -rf .git ``` @@ -44,5 +44,5 @@ $ yarn run commit ## Do you want more information? ```Shell -$ yarn run info +$ yarn run infoMy template for node modules with lint, tests, code coverage, type checking, CI, semantic release and interoperability between ES6 modules and CommonJs. ```