diff --git a/README.md b/README.md index d26bc32..6211189 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ License Downloads -> 一种使用Vue指令去解析二维码的插件 +> 一种使用Vue指令去解析二维码的插件。( A plug-in that uses the Vue instruction to parse qr codes. ) -# 使用 +# 使用 ( Use ) -## 安装 +## 安装 ( Install ) ```sh npm install vue-qrcode-directive --save @@ -15,7 +15,7 @@ or yarn add vue-qrcode-directive ``` -## 在main.js中注册 +## 在main.js中注册 ( Register in main.js ) ```js import qrcode from 'vue-qrcode-directive' @@ -23,7 +23,7 @@ Vue.use(qrcode) ``` -## 在元素上使用v-qr指令 +## 在元素上使用v-qr指令 ( Use the v-qr instruction on the label ) ```js