方正 7 years ago
parent
commit
7ded101108
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/README.md

+ 2 - 2
docs/README.md

@@ -24,7 +24,7 @@ Dragact 是一款React组件,他能够使你简单、快速的构建出一款
 
 
 # 快速开始
-```
+```bash
 npm install --save dragact
 ```
 
@@ -295,7 +295,7 @@ getLayout():DragactLayout;
 
 
 # 测试
-```
+```bash
 git clone https://github.com/215566435/Dragact.git
 cd Dragact
 npm install