Skip to content

Commit a234cc0

Browse files
committed
✏️ Fix typos
1 parent 1d47ab5 commit a234cc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Via [NPM](https://www.npmjs.com):
3434
[![NPM](https://nodei.co/npm/vue-github-buttons.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/vue-github-buttons)
3535

3636
```bash
37-
npm install -save vue-github-buttons
37+
npm install vue-github-buttons
3838
```
3939

4040
Via [Yarn](https://yarnpkg.com):
@@ -123,8 +123,6 @@ Enable caching. (See below)
123123
Add **Vue GitHub Buttons** to your `plugins` in `.vuepress/config.js`.
124124

125125
```javascript
126-
const VueGitHubButtons = require('');
127-
128126
module.exports = {
129127
plugins: [
130128
require('vue-github-buttons/plugins/vuepress'),

0 commit comments

Comments
 (0)