From b893cde6aec5adb5241e9ef1f047997d67a181ca Mon Sep 17 00:00:00 2001 From: LHammer Date: Thu, 10 May 2018 18:47:39 +0800 Subject: [PATCH] :pencil2: amend error works --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 105b4a6..fec1d74 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/u2i8y2jadt0ep6e1/branch/master?svg=true)](https://ci.appveyor.com/project/l-hammer/ydt-cli/branch/master) [![npm](https://img.shields.io/npm/v/ydt-cli.svg?style=flat&colorB=brightgreen)](https://www.npmjs.com/package/ydt-cli) -A simple CLI for scaffolding TDTemplate projects. +A simple CLI for scaffolding YDTemplate projects. ## Installation @@ -35,7 +35,7 @@ The above command pulls the template from [l-hammer/YDTemplate](https://github.c $ ydt init YDTemplate my-project --offline ``` -The above command pulls the template from local cached template([$HOME](https://www.npmjs.com/package/user-home)/.YDTemplates/TDTemplate), prompts for some information, and generates the project at `./my-project/`. +The above command pulls the template from local cached template([$HOME](https://www.npmjs.com/package/user-home)/.YDTemplates/YDTemplate), prompts for some information, and generates the project at `./my-project/`.