Skip to content

Commit

Permalink
Merge pull request #206 from Teknasyon/readme-update
Browse files Browse the repository at this point in the history
docs: change yarn script
  • Loading branch information
gokh4nozturk authored Jul 20, 2023
2 parents 211c7a1 + 9287418 commit a57a4d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Installation

```sh
yarn add @rocket-ui/vue
yarn add @rocketui/vue
```

## Usage
Expand All @@ -16,7 +16,7 @@ import { createApp } from 'vue'
import App from './App.vue'

// Import the Styles
import '@rocket-ui/vue/dist/style.css'
import '@rocketui/vue/dist/style.css'

createApp(App).mount('#app')
```
Expand All @@ -25,7 +25,7 @@ Then you can use the components in your `App.vue` file:

```vue
<script setup>
import { Button } from '@rocket-ui/vue'
import { Button } from '@rocketui/vue'
</script>
<template>
Expand Down

0 comments on commit a57a4d7

Please # to comment.