Skip to content

Commit e29e169

Browse files
authored
Update README.md
1 parent f321f46 commit e29e169

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
> Vue Lightbox Advanced Photo Grid component for Vue.js
44
55
[![npm](https://img.shields.io/badge/npm-2.0.0-blue)](https://www.npmjs.com/package/vue-lightbox-advanced)
6-
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/next/LICENSE)
7-
[![bit](https://img.shields.io/badge/components-1-yellowgreen)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/next/src/vue-lightbox-advanced.vue)
6+
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/LICENSE)
7+
[![bit](https://img.shields.io/badge/components-1-yellowgreen)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/src/vue-lightbox-advanced.vue)
88
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/codeeshop-oc/vue-lightbox-advanced/issues?&q=is%3Aissue+is%3Aopen)
99

1010
Vue Lightbox Advanced provides flexibility of displaying first x (1-5) images of your gallery in a grid view as you seen on Facebook timeline. Click on the thumbnail will return an event with the index or file url (src) as per passed props that can be used to show the image or can be used to redirect to that specific file url (src).
@@ -16,11 +16,11 @@ It provides the shuffling images according to given options in docs.
1616

1717
Vue 3 - Current Branch
1818

19-
[Vue 2](https://github.com/codeeshop-oc/vue-lightbox-advanced/tree/main)
19+
[Vue 2](https://github.com/codeeshop-oc/vue-lightbox-advanced/tree/vue2)
2020

2121
## 🎨 Features
2222

23-
Find out all available features on [settings props](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/next/docs/API.md#props) and see how that works on [examples](https://codeeshop-oc.github.io/vue-lightbox-advanced/).
23+
Find out all available features on [settings props](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/docs/API.md#props) and see how that works on [examples](https://codeeshop-oc.github.io/vue-lightbox-advanced/).
2424

2525

2626
## 🚚 Installation
@@ -38,7 +38,7 @@ yarn add vue-lightbox-advanced
3838

3939
```bash
4040
# latest
41-
https://unpkg.com/vue-lightbox-advanced
41+
https://unpkg.com/vue-lightbox-advanced@2
4242
```
4343

4444
<br/>
@@ -82,8 +82,8 @@ https://unpkg.com/vue-lightbox-advanced
8282

8383
## 🔖 License
8484

85-
This software is licensed under the [MIT](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/next/LICENSE).
85+
This software is licensed under the [MIT](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/LICENSE).
8686

8787
### Reference
8888

89-
[Morioh-Lab/v-lightbox](https://github.com/Morioh-Lab/v-lightbox)
89+
[Morioh-Lab/v-lightbox](https://github.com/Morioh-Lab/v-lightbox)

0 commit comments

Comments
 (0)