Skip to content

Commit 0b080d5

Browse files
committed
fix: readme package name for loading badges
1 parent c0e1336 commit 0b080d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Get your module up and running quickly.
33
44
Find and replace all on all files (CMD+SHIFT+F):
5-
- Name: My Module
6-
- Package name: my-module
7-
- Description: My new Nuxt module
5+
- Name: Glaze for Nuxt
6+
- Package name: nuxt-glaze
7+
- Description: An (unofficial) Glaze module for Nuxt
88
-->
99

1010
# Glaze for Nuxt
@@ -106,13 +106,13 @@ Find a full list of options here:
106106
<!-- Badges -->
107107

108108
[npm-version-src]:
109-
https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82
110-
[npm-version-href]: https://npmjs.com/package/my-module
109+
https://img.shields.io/npm/v/nuxt-glaze/latest.svg?style=flat&colorA=020420&colorB=00DC82
110+
[npm-version-href]: https://npmjs.com/package/nuxt-glaze
111111
[npm-downloads-src]:
112-
https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82
113-
[npm-downloads-href]: https://npm.chart.dev/my-module
112+
https://img.shields.io/npm/dm/nuxt-glaze.svg?style=flat&colorA=020420&colorB=00DC82
113+
[npm-downloads-href]: https://npm.chart.dev/nuxt-glaze
114114
[license-src]:
115-
https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82
116-
[license-href]: https://npmjs.com/package/my-module
115+
https://img.shields.io/npm/l/nuxt-glaze.svg?style=flat&colorA=020420&colorB=00DC82
116+
[license-href]: https://npmjs.com/package/nuxt-glaze
117117
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
118118
[nuxt-href]: https://nuxt.com

0 commit comments

Comments
 (0)