From 33e49c43ea5b13618e5ed0fe65b8106e3cecb17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 17 Feb 2017 16:43:48 +0800 Subject: [PATCH] edit readme --- Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ```