diff --git a/demo/utils/head.ts b/demo/utils/head.ts index c9763e1..da77d2e 100644 --- a/demo/utils/head.ts +++ b/demo/utils/head.ts @@ -1,8 +1,8 @@ -const description = 'Notivue is a fully-featured toast notification system for Vue and Nuxt.' +const description = 'Notivue is a powerful toast notification system for Vue and Nuxt.' export function getHead() { return { - title: 'Notivue - Fully-featured toast notification system for Vue and Nuxt', + title: 'Notivue - Powerful toast notification system for Vue and Nuxt', link: [ { rel: 'icon', diff --git a/packages/notivue/package.json b/packages/notivue/package.json index b2c0398..28fc106 100644 --- a/packages/notivue/package.json +++ b/packages/notivue/package.json @@ -2,7 +2,7 @@ "name": "notivue", "version": "2.4.1", "private": false, - "description": "Fully-featured toast notification system for Vue and Nuxt", + "description": "Powerful toast notification system for Vue and Nuxt", "keywords": [ "vue", "vuejs",