diff --git a/README.md b/README.md index b31ca7885b62bc3e8f83cbec03b276b8abd25a07..d3a022d5ba7a3930b837535f9f5ac2b4cb7b34ac 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 1. 获取 ZRender 3 ``` - git pull https://github.com/ecomfe/zrender.git zrender + git clone https://github.com/ecomfe/zrender.git zrender # 切换到 3.0 分支 git checkout dev-3.0.0 ``` @@ -17,7 +17,7 @@ 2. 获取 ECharts 3 ``` - git pull https://github.com/ecomfe/echarts.git echarts + git clone https://github.com/ecomfe/echarts.git echarts # 切换到 3.0 分支 git checkout dev-3.0.0 ``` @@ -39,4 +39,4 @@ } ] }); - ``` \ No newline at end of file + ```