Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename flag-icon-css and point to the right website #25

Merged
merged 3 commits into from Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Vue-Flag-Icon
[![NPM](https://nodei.co/npm/vue-flag-icon.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/vue-flag-icon/)

a Vue2 Compoment for [flag-icon](https://github.com/lipis/flag-icons)
a Vue2 Compoment for [flag-icons](https://github.com/lipis/flag-icons)

## Install
```
Expand Down Expand Up @@ -29,7 +29,7 @@ Then to use it
</div>
</template
```
To see a full set of all the icons and countries *iso* codes visit the [flag-icon-css](http://flag-icon-css.lip.is/) website.
To see a full set of all the icons and countries *iso* codes visit the [flag-icons](https://flagicons.lipis.dev) website.
There are 246 different icons there.

Being svg files they are resizable as long as you set the font size accordingly in a wrapper element
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"languages",
"flag",
"iso",
"flag-icon-css"
"flag-icons"
],
"author": "Vincenzo Ciaccio <vincenzo.ciaccio@gmail.com>",
"license": "MIT",
Expand Down