Skip to content

Commit 2ab4cac

Browse files
committed
πŸ› Fix typo
1 parent 227f698 commit 2ab4cac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ There are three different entry points. It depends on which build setup do you h
5252
| vue-chartjs.min.js | peerDependency | peerDependency |
5353
| es/index* | peerDependency | peerDependency |
5454

55-
### Borwser
55+
### Browser
5656
You can use `vue-chartjs` directly in the browser without any build setup. Like in this [codepen](https://codepen.io/apertureless/pen/vxWbqB?editors=1010). For this case, please use the `vue-chartjs.full.min.js` which is the minified version. It has Vue.js and Chart.js bundled into it. And bundled to a UMD Module. So you only need that one file.
5757

5858

β€Ždocs/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ There are three different entry points. It depends on which build setup do you h
304304
| vue-chartjs.min.js | peerDependency | peerDependency |
305305
| es/index* | peerDependency | peerDependency |
306306

307-
### Borwser
307+
### Browser
308308
You can use `vue-chartjs` directly in the browser without any build setup. Like in this [codepen](https://codepen.io/apertureless/pen/vxWbqB?editors=1010). For this case, please use the `vue-chartjs.full.min.js` which is the minified version. It has Vue.js and Chart.js bundled into it. And bundled to a UMD Module. So you only need that one file.
309309

310310

0 commit comments

Comments
Β (0)