We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d47ab5 commit a234cc0Copy full SHA for a234cc0
README.md
@@ -34,7 +34,7 @@ Via [NPM](https://www.npmjs.com):
34
[](https://www.npmjs.com/package/vue-github-buttons)
35
36
```bash
37
-npm install -save vue-github-buttons
+npm install vue-github-buttons
38
```
39
40
Via [Yarn](https://yarnpkg.com):
@@ -123,8 +123,6 @@ Enable caching. (See below)
123
Add **Vue GitHub Buttons** to your `plugins` in `.vuepress/config.js`.
124
125
```javascript
126
-const VueGitHubButtons = require('');
127
-
128
module.exports = {
129
plugins: [
130
require('vue-github-buttons/plugins/vuepress'),
0 commit comments