From d4122397ee625fd158f51e8fd55c79f880ddea76 Mon Sep 17 00:00:00 2001 From: JserWang Date: Mon, 21 Jan 2019 17:25:18 +0800 Subject: [PATCH] docs: update README --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9848f5..cca9be9 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,25 @@ ## 文档 -1.0.0文档地址 -[https://jser.wang/bmap/](https://jser.wang/bmap/) +1.0.0文档地址: + +[http://jser.wang/bmap/](http://jser.wang/bmap/) + +0.2.4文档地址: -0.2.4文档地址 [https://bmap.jser-club.com](https://bmap.jser-club.com) +## 安装 + +``` +npm install rc-bmap +``` + +当前通过npm 或 yarn 直接安装为最新版,若想指定安装0.2.4版本时可通过: +``` +npm install rc-bmap@0.2.4 +``` + ## 协议 [MIT 许可证](https://opensource.org/licenses/MIT)