Skip to content

Commit 2487d25

Browse files
Corrected readme
1 parent 37b5ae7 commit 2487d25

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

README.md

+26-13
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,48 @@
1+
12
<p align="center">
2-
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-resize-drawer/main/src/assets/vuetify-logo.svg">
3+
<img alt="Vuetify Logo" width="100" src="https://webdevnerdstuff.github.io/vuetify-resize-drawer/images/vuetify-logo-light-atom.svg">
34
</p>
45

56
<p>
67
<h1 align="center">Vuetify Resize Drawer</h1>
78
</p>
89

910
<p align="center">
10-
<a href="https://www.npmjs.com/package/@wdns/vuetify-resize-drawer">
11-
<img src="https://img.shields.io/npm/v/@wdns/vuetify-resize-drawer?color=1867c0&logo=npm" alt="NPM Package">
11+
<a href="https://www.npmjs.com/package/vuetify-resize-drawer">
12+
<img src="https://img.shields.io/npm/v/vuetify-resize-drawer?color=1867c0&logo=npm" alt="NPM Package">
1213
</a>
1314
&nbsp;
1415
<a href="https://github.com/webdevnerdstuff/vuetify-resize-drawer">
1516
<img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-brightgreen.svg?logo=github" alt="@WebDevNerdStuff">
1617
</a>
1718
</p>
1819

19-
## Important Information
2020

21-
This repository and npm package has been depreciated and moved to the WebDevNerdStuff org @wdns.
21+
## Description
2222

23-
You can find the new repository here:
24-
[https://github.com/webdevnerdstuff/vuetify-resize-drawer](https://github.com/webdevnerdstuff/vuetify-resize-drawer)
25-
26-
You can find the new NPM package here:
27-
[https://www.npmjs.com/package/@wdns/vuetify-resize-drawer](https://www.npmjs.com/package/@wdns/vuetify-resize-drawer)
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).
2824

2925

30-
## Description
26+
## Installation
27+
28+
Using npm:
29+
```
30+
npm i vuetify-resize-drawer
31+
```
32+
33+
Using [pnpm](https://pnpm.io/):
34+
```
35+
pnpm add vuetify-resize-drawer
36+
```
37+
38+
## Documentation
39+
40+
[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-resize-drawer/)
3141

32-
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.
42+
## Dependencies
43+
44+
[Vuetify v2](https://vuetifyjs.com/)
45+
[Vue 2](https://v2.vuejs.org/)
3346

3447

3548
## Change Log
@@ -39,7 +52,7 @@ The `vuetify-resize-drawer` component extends the functionality of the [v-naviga
3952

4053
## License
4154

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

4558

0 commit comments

Comments
 (0)