From aaac6cc9b7969a43ef59a5173c5af13cba26eb5c Mon Sep 17 00:00:00 2001 From: Steven John Date: Mon, 18 Sep 2023 16:55:42 +0530 Subject: [PATCH] docs: update README --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index c51b6b0..495a173 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,22 @@ Get your module up and running quickly. Find and replace all on all files (CMD+SHIFT+F): -- Name: My Module -- Package name: my-module -- Description: My new Nuxt module +- Name: Nuxt SplitType +- Package name: nuxt-split-type +- Description: Nuxt integration for SplitType. --> -# My Module +# Nuxt SplitType [![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. +Nuxt integration for SplitType. - [✨  Release Notes](/CHANGELOG.md) - + ## Features @@ -29,30 +29,30 @@ My new Nuxt module for doing amazing things. ## Quick Setup -1. Add `my-module` dependency to your project +1. Add `nuxt-split-type` dependency to your project ```bash # Using pnpm -pnpm add -D my-module +pnpm add -D nuxt-split-type # Using yarn -yarn add --dev my-module +yarn add --dev nuxt-split-type # Using npm -npm install --save-dev my-module +npm install --save-dev nuxt-split-type ``` -2. Add `my-module` to the `modules` section of `nuxt.config.ts` +2. Add `nuxt-split-type` to the `modules` section of `nuxt.config.ts` ```js export default defineNuxtConfig({ modules: [ - 'my-module' + 'nuxt-split-type' ] }) ``` -That's it! You can now use My Module in your Nuxt app ✨ +That's it! You can now use Nuxt SplitType in your Nuxt app ✨ ## Development @@ -81,14 +81,14 @@ npm run release ``` -[npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=18181B&colorB=28CF8D -[npm-version-href]: https://npmjs.com/package/my-module +[npm-version-src]: https://img.shields.io/npm/v/nuxt-split-type/latest.svg?style=flat&colorA=18181B&colorB=28CF8D +[npm-version-href]: https://npmjs.com/package/nuxt-split-type -[npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=18181B&colorB=28CF8D -[npm-downloads-href]: https://npmjs.com/package/my-module +[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-split-type.svg?style=flat&colorA=18181B&colorB=28CF8D +[npm-downloads-href]: https://npmjs.com/package/nuxt-split-type -[license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=18181B&colorB=28CF8D -[license-href]: https://npmjs.com/package/my-module +[license-src]: https://img.shields.io/npm/l/nuxt-split-type.svg?style=flat&colorA=18181B&colorB=28CF8D +[license-href]: https://npmjs.com/package/nuxt-split-type [nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js [nuxt-href]: https://nuxt.com