From c7fd2df1755a092af040b64f8639d10b7dda7598 Mon Sep 17 00:00:00 2001 From: mengxiong10 <15623530290@163.com> Date: Wed, 13 Nov 2019 11:47:57 +0800 Subject: [PATCH] docs: update a little description --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d443c33..2c88187 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ import 'vue2-datepicker/index.css'; import 'vue2-datepicker/locale/zh-cn'; ``` -You can override the default locale by `lang`. +You can also override some of the default locale by `lang`. [Full config](https://github.com/mengxiong10/vue2-datepicker/blob/master/locale.md) ```html diff --git a/README.zh-CN.md b/README.zh-CN.md index 03832a2..dccb24c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -68,7 +68,7 @@ import 'vue2-datepicker/index.css'; import 'vue2-datepicker/locale/zh-cn'; ``` -还可以通过`lang`去覆盖默认语言选项. +还可以通过`lang`去覆盖一些默认语言选项. [完整配置](https://github.com/mengxiong10/vue2-datepicker/blob/master/locale.md) ```html