diff --git a/README.md b/README.md index 614da5f..db86fdd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ TeleVue is a simple lightweight UI library for [Telegram Web Apps](https://core. ## Installation You can simply use NPM to install TeleVue package in your Vue project. ``` -yarn add @erfanmola/TeleVue -npm install @erfanmola/TeleVue +yarn add @erfanmola/televue +npm install @erfanmola/televue ``` ## Usage diff --git a/package.json b/package.json index ec9645d..26628c7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "televue", + "name": "@erfanmola/televue", "version": "0.0.0", "type": "module", "files": [ @@ -29,6 +29,7 @@ "@storybook/vue3": "^7.4.6", "@storybook/vue3-vite": "^7.4.6", "@vitejs/plugin-vue": "^4.4.0", + "gh-pages": "^6.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.69.0",