From f45aa44ee39f0d0bfa37d2559aad4db15fbba510 Mon Sep 17 00:00:00 2001 From: moondef Date: Wed, 25 Dec 2019 22:22:58 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3949f9..f1f0f9d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You need to import each social button separately. For example, you want to use t #### Import component ```js -import TwitteButton from "vue-share-buttons/src/components/TwitterButton"; +import TwitterButton from "vue-share-buttons/src/components/TwitterButton"; const app = new Vue({ el: "#app",