diff --git a/README.md b/README.md index e43673f..6e122e0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Find and replace all on all files (CMD+SHIFT+F): [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href] -My new Nuxt module for doing amazing things. +Umami Module for Nuxt - [✨  Release Notes](/CHANGELOG.md) @@ -37,39 +37,37 @@ npx nuxi module add nu-ma That's it! You can now use Nuxt Umami in your Nuxt app ✨ - ## Contribution
Local development - + ```bash # Install dependencies npm install - + # Generate type stubs npm run dev:prepare - + # Develop with the playground npm run dev - + # Build the playground npm run dev:build - + # Run ESLint npm run lint - + # Run Vitest npm run test npm run test:watch - + # Release new version npm run release ```
- [npm-version-src]: https://img.shields.io/npm/v/nu-ma/latest.svg?style=flat&colorA=020420&colorB=00DC82 [npm-version-href]: https://npmjs.com/package/nu-ma diff --git a/package.json b/package.json index 5664cad..d22ca5d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nu-ma", "type": "module", "version": "0.0.0", - "description": "My new Nuxt module", + "description": "Umami module for Nuxt", "license": "MIT", "repository": "ijkml/nu-ma", "exports": {