Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed May 16, 2021
1 parent 0468c6f commit b2c0924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ If you're looking for v1 check this [branch](https://github.com/apertureless/vue

## Install

- **yarn** install: `yarn add vue-chartjs chart.js`
- **npm** install: `npm install vue-chartjs chart.js --save`
- **yarn** install: `yarn add vue-chartjs chart.js@2.9.4`
- **npm** install: `npm install vue-chartjs chart.js@2.9.4`

Or if you want to use it directly in the browser add

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"></script>
<script src="https://unpkg.com/vue-chartjs/dist/vue-chartjs.min.js"></script>
```
to your scripts. See [Codepen](https://codepen.io/apertureless/pen/zEvvWM)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export default {
```

## Resourcess
## Resources

Here are some resources, such as tutorials, on how to use `vue-chartjs`:

Expand Down

0 comments on commit b2c0924

Please sign in to comment.