Skip to content

Commit a7e2097

Browse files
committed
docs(readme): update badge links & installation instruction
1 parent 8f42b5f commit a7e2097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<h1>create-package</h1>
33
<p>Boring Node.js Package Generator</p>
4-
4+
55
<div>
66
<a href="https://github.com/boringcodes/create-package/commits" aria-label="Commitizen Friendly">
77
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square">
@@ -13,10 +13,10 @@
1313
<img src="https://img.shields.io/david/boringcodes/create-package?style=flat-square">
1414
</a>
1515
<a href="https://www.npmjs.com/package/@boringcodes/create-package" aria-label="NPM Version">
16-
<img src="https://img.shields.io/npm/v/@boringcodes/create-package?color=brightgreen&style=flat-square">
16+
<img src="https://img.shields.io/npm/v/generator-create-package?color=brightgreen&style=flat-square">
1717
</a>
1818
<a href="https://www.npmjs.com/package/@boringcodes/create-package" aria-label="NPM Downloads">
19-
<img src="https://img.shields.io/npm/dm/@boringcodes/create-package?style=flat-square">
19+
<img src="https://img.shields.io/npm/dm/generator-create-package?style=flat-square">
2020
</a>
2121
<a href="https://github.com/boringcodes/create-package/blob/master/LICENSE" aria-label="MIT License">
2222
<img src="https://img.shields.io/github/license/boringcodes/create-package?color=brightgreen&style=flat-square">
@@ -38,7 +38,7 @@ $ yarn global add yo
3838
Then install the generator
3939

4040
```sh
41-
$ yarn global add @boringcodes/create-package
41+
$ yarn global add generator-create-package
4242
```
4343

4444
## Usage

0 commit comments

Comments
 (0)