方正 7 年之前
父節點
當前提交
7ded101108
共有 1 個文件被更改,包括 2 次插入2 次删除
  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