Browse Source

Fix typo

dependabot/npm_and_yarn/lodash-4.17.19
moondef 5 years ago committed by GitHub
parent
commit
f45aa44ee3
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