From 2d9fe869b21f88950042bc507f13352b0832896a Mon Sep 17 00:00:00 2001 From: Phan An Date: Wed, 10 Feb 2021 10:45:54 +0100 Subject: [PATCH] change package name --- README.md | 6 +++--- package.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ad9fb4..c3f2ac0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The SVG icon set used by eve's front-end application as Vue components. See the ## Installation ```bash -yarn add @eve/icons +yarn add @eveio/icons # Install Vue as a peer dependency yarn add vue@2.6 @@ -13,7 +13,7 @@ yarn add vue@2.6 ## Usage -Import and use the components from `@eve/icons`. You can find the list of the icons and their names [here](https://eve-icons.netlify.app/). +Import and use the components from `@eveio/icons`. You can find the list of the icons and their names [here](https://eve-icons.netlify.app/). ```vue