Skip to content

Commit

Permalink
✏️ amend error works
Browse files Browse the repository at this point in the history
  • Loading branch information
LHammer committed May 10, 2018
1 parent 67b33cf commit b893cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/`.

<div align="center"><img src="static/generatefromcache.jpeg" width="100%" align="center"/></div>

Expand Down

0 comments on commit b893cde

Please sign in to comment.