From 2e737e9394b4557abdec3af7dc61f57a30cb3659 Mon Sep 17 00:00:00 2001 From: Hitoshi Kuroyanagi Date: Wed, 31 May 2017 15:56:39 +0900 Subject: [PATCH] Fix typo in docs --- docs/README.md | 2 +- docs/pt-br/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index fb15991b..1592c33f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -312,7 +312,7 @@ You can use `vue-chartjs` directly in the browser without any build setup. Like If you're using Gulp, Browserify or Webpack 1 the entry is `vue-chartjs.js` which is __transpiled__ and __bundled__ UMD Module. -However Vue.js and Chart.js are `deerDependencies` so you have to install them seperately. In most projects you will have `Vue.js` already installed anyways. This way, you can have different versions of Vue.js and Chart.js then in this package. +However Vue.js and Chart.js are `peerDependencies` so you have to install them seperately. In most projects you will have `Vue.js` already installed anyways. This way, you can have different versions of Vue.js and Chart.js then in this package. ### Webpack 2 If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js` diff --git a/docs/pt-br/README.md b/docs/pt-br/README.md index 64b364d1..2e3513b3 100644 --- a/docs/pt-br/README.md +++ b/docs/pt-br/README.md @@ -67,7 +67,7 @@ Você pode usar o `vue-chartjs` diretamente no seu browser sem qualquer configur Se você estiver usando Gulb, Browserify ou Webpack 1 a opção é `vue-chartjs.js`, que é __transpiled__ e __bundled__ no modelo UMD. -Porém, Vue.js e Chart.js são `deerDependencies`, então você precisa instalá-los seperadamente. Na maioria dos projetos você terá o `Vue.js` instalado de qualquer maneira. Dessa forma, você pode ter diferentes versões do Vue.js e do Chart.j nesse pacote. +Porém, Vue.js e Chart.js são `peerDependencies`, então você precisa instalá-los seperadamente. Na maioria dos projetos você terá o `Vue.js` instalado de qualquer maneira. Dessa forma, você pode ter diferentes versões do Vue.js e do Chart.j nesse pacote. ### Webpack 2