diff --git a/Readme.md b/Readme.md index aa905ad..dccc917 100755 --- a/Readme.md +++ b/Readme.md @@ -4,12 +4,14 @@ ## 安装 -1. 使用npm安装 +- 使用npm安装 + ```bash npm install crypto.js ``` -2. 从github获取 +- 从github获取 + ```bash git clone https://github.com/yutent/crypto.js.git ```