From 81e3290ff5763393fed6a5b38e991fe7ca8d25af Mon Sep 17 00:00:00 2001 From: Alexandrshy Date: Mon, 24 Feb 2020 01:22:52 +0400 Subject: [PATCH] I replaced the icon and added a link in README with a description of where to get SVG icons --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f1f0f9d..90a6fbd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - [Installation](#installation) - [Install using npm](#install-using-npm) - [Install using Yarn](#install-using-yarn) +- [Icons](#icons) - [Usage](#usage) - [Import component](#import-component) - [Add the button to your template](#add-the-button-to-your-template) @@ -38,6 +39,10 @@ yarn add vue-share-buttons ``` [Link to Yarn](https://yarn.pm/vue-share-buttons) +## Icons + +For icons, I use [simpleicons](https://simpleicons.org/) + ## Usage You need to import each social button separately. For example, you want to use the share button on Twitter. To do this you need: