Skip to content

Commit 0cd20ae

Browse files
Fix again
1 parent 2487d25 commit 0cd20ae

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Diff for: README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
<p align="center">
3-
<img alt="Vuetify Logo" width="100" src="https://webdevnerdstuff.github.io/vuetify-resize-drawer/images/vuetify-logo-light-atom.svg">
2+
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-resize-drawer/main/src/assets/vuetify-logo.svg">
43
</p>
54

65
<p>
@@ -20,19 +19,19 @@
2019

2120
## Description
2221

23-
The `vuetify-resize-drawer` component extends the functionality of the [v-navigation-drawer](https://vuetifyjs.com/en/components/navigation-drawers/) so that it is resizable by the user. Component is for Vuetify v2. Component for Vuetify v3 version can be found [here](https://github.com/webdevnerdstuff/vuetify3-resize-drawer).
22+
The `vuetify-resize-drawer` component extends the functionality of the [v-navigation-drawer](https://vuetifyjs.com/en/components/navigation-drawers/) so that it is resizable by the user.
2423

2524

2625
## Installation
2726

28-
Using npm:
27+
Using [pnpm](https://pnpm.io/):
2928
```
30-
npm i vuetify-resize-drawer
29+
pnpm add @wdns/vuetify-resize-drawer
3130
```
3231

33-
Using [pnpm](https://pnpm.io/):
32+
Using npm:
3433
```
35-
pnpm add vuetify-resize-drawer
34+
npm i @wdns/vuetify-resize-drawer
3635
```
3736

3837
## Documentation
@@ -41,8 +40,8 @@ pnpm add vuetify-resize-drawer
4140

4241
## Dependencies
4342

44-
[Vuetify v2](https://vuetifyjs.com/)
45-
[Vue 2](https://v2.vuejs.org/)
43+
[Vuetify v3](https://vuetifyjs.com/)
44+
[Vue 3](https://vuejs.org/)
4645

4746

4847
## Change Log
@@ -52,7 +51,7 @@ pnpm add vuetify-resize-drawer
5251

5352
## License
5453

55-
Copyright (c) 2022 WebDevNerdStuff
54+
Copyright (c) 2023 WebDevNerdStuff
5655
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-resize-drawer/blob/master/LICENSE.md).
5756

5857

0 commit comments

Comments
 (0)