Skip to content

Commit 5f9e849

Browse files
committed
imp: add badges to readme
1 parent 71b3560 commit 5f9e849

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# v-gsap
1+
# `v-gsap` for Nuxt
2+
3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href]
26

37
![](docs/public/cover.png)
48

@@ -52,13 +56,13 @@ That's it! You can now use `v-gsap` in your Nuxt app ✨
5256
<!-- Badges -->
5357

5458
[npm-version-src]:
55-
https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82
56-
[npm-version-href]: https://npmjs.com/package/my-module
59+
https://img.shields.io/npm/v/v-gsap-nuxt/latest.svg?style=flat&colorA=020420&colorB=00DC82
60+
[npm-version-href]: https://npmjs.com/package/v-gsap-nuxt
5761
[npm-downloads-src]:
58-
https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82
59-
[npm-downloads-href]: https://npm.chart.dev/my-module
62+
https://img.shields.io/npm/dm/v-gsap-nuxt.svg?style=flat&colorA=020420&colorB=00DC82
63+
[npm-downloads-href]: https://npm.chart.dev/v-gsap-nuxt
6064
[license-src]:
61-
https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82
62-
[license-href]: https://npmjs.com/package/my-module
65+
https://img.shields.io/npm/l/v-gsap-nuxt.svg?style=flat&colorA=020420&colorB=00DC82
66+
[license-href]: https://npmjs.com/package/v-gsap-nuxt
6367
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
6468
[nuxt-href]: https://nuxt.com

0 commit comments

Comments
 (0)