Replaces all occurences of master with main in site code, scripts, documentation and readmes (#730)

Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
Karsa
2022-06-16 13:41:53 +02:00
committed by GitHub
parent c5d6586b41
commit 18a0cfa452
8 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ Implementation of the lucide icon library for Vue applications.
> What is lucide? Read it [here](https://github.com/lucide-icons/lucide#what-is-lucide).
> :warning: This version of lucide is for Vue 2, For Vue 3 got to [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/master/packages/lucide-vue-next#lucide-vue-next)
> :warning: This version of lucide is for Vue 2, For Vue 3 got to [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-vue-next#lucide-vue-next)
## Installation
@@ -122,4 +122,4 @@ Icon components are prefixed with `Icon`. Use icon components without importing
### Example
```html
<IconCamera color="red" :size="32" />
```
```