Browse Source

Merge pull request #2 from moondef/moondef-patch-1

Fix typo
dependabot/npm_and_yarn/lodash-4.17.19
Alexandr Shulaev 5 years ago committed by GitHub
parent
commit
74fe83ff7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -45,7 +45,7 @@ You need to import each social button separately. For example, you want to use t
#### Import component #### Import component
```js ```js
import TwitteButton from "vue-share-buttons/src/components/TwitterButton"; import TwitterButton from "vue-share-buttons/src/components/TwitterButton";
const app = new Vue({ const app = new Vue({
el: "#app", el: "#app",

Loading…
Cancel
Save