We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee25df4 commit c43fbe9Copy full SHA for c43fbe9
Makefile
@@ -7,5 +7,6 @@ install :
7
build :
8
grunt
9
10
-demo :
11
- node demo/server.js
+dev :
+ node demo/server.js
12
+
README.md
@@ -467,7 +467,7 @@ Qiniu-JavaScript-SDK 的示例 Demo 中的服务器端部分是基于[ Node.js
467
}
468
469
```
470
-3. 进入项目根目录,执行 `make demo` 访问 `http://127.0.0.1:19110/` 或 `http://localhost:19110/`
+3. 进入项目根目录,执行 `make dev` 访问 `http://127.0.0.1:19110/` 或 `http://localhost:19110/`
471
472
### 说明
473
0 commit comments