From e3d25c2d5848bd4a7cb374b3776fe97d45a9a064 Mon Sep 17 00:00:00 2001 From: blouflashdb <45914736+blouflashdb@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:27:26 +0100 Subject: [PATCH] chore: update readme --- README.md | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index b168aa1..88e2c99 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,31 @@ - - -# My Module +# Nimiq Nuxt Module [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href] -My new Nuxt module for doing amazing things. +A Nuxt module that lets you use the Nimiq Client without configuration. - [✨  Release Notes](/CHANGELOG.md) - +- [🏀 Online playground](https://stackblitz.com/github/blouflashdb/nimiq-nuxt-module?file=playground%2Fapp.vue) ## Features -- ⛰  Foo -- 🚠  Bar -- 🌲  Baz +- 0 Configuration +- useNimiq() composable ## Quick Setup Install the module to your Nuxt application with one command: ```bash -npx nuxi module add my-module +npx nuxi module add nimiq-nuxt-module ``` -That's it! You can now use My Module in your Nuxt app ✨ +That's it! You can now use nimiq-nuxt-module in your Nuxt app ## Contribution @@ -71,14 +61,14 @@ That's it! You can now use My Module in your Nuxt app ✨ -[npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82 -[npm-version-href]: https://npmjs.com/package/my-module +[npm-version-src]: https://img.shields.io/npm/v/nimiq-nuxt-module/latest.svg?style=flat&colorA=020420&colorB=00DC82 +[npm-version-href]: https://npmjs.com/package/nimiq-nuxt-module -[npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82 -[npm-downloads-href]: https://npm.chart.dev/my-module +[npm-downloads-src]: https://img.shields.io/npm/dm/nimiq-nuxt-module.svg?style=flat&colorA=020420&colorB=00DC82 +[npm-downloads-href]: https://npm.chart.dev/nimiq-nuxt-module -[license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82 -[license-href]: https://npmjs.com/package/my-module +[license-src]: https://img.shields.io/npm/l/nimiq-nuxt-module.svg?style=flat&colorA=020420&colorB=00DC82 +[license-href]: https://npmjs.com/package/nimiq-nuxt-module [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js [nuxt-href]: https://nuxt.com