|
2 | 2 |
|
3 | 3 | [](http://weibo.com/qiniutek) |
4 | 4 | [](LICENSE.md) |
5 | | -[](https://travis-ci.org/qiniu/nodejs-sdk) |
| 5 | +[](https://github.com/qiniu/nodejs-sdk/actions/workflows/ci-test.yml) |
6 | 6 | [](https://github.com/qiniu/nodejs-sdk/releases) |
7 | 7 | [](https://codeclimate.com/github/qiniu/nodejs-sdk) |
8 | 8 | [](https://codecov.io/gh/qiniu/nodejs-sdk) |
@@ -30,14 +30,14 @@ $ npm install qiniu |
30 | 30 |
|
31 | 31 | ##使用 |
32 | 32 |
|
33 | | -参考文档:[七牛云存储 Node.js SDK 使用指南](http://developer.qiniu.com/kodo/sdk/nodejs) |
| 33 | +参考文档:[七牛云存储 Node.js SDK 使用指南](http://developer.qiniu.com/kodo/sdk/nodejs) |
34 | 34 |
|
35 | 35 | ##测试 |
36 | | -``` |
37 | | -$ cd ./test/ |
38 | | -$ source test-env.sh |
| 36 | +``` |
| 37 | +$ cd ./test/ |
| 38 | +$ source test-env.sh |
39 | 39 | $ mocha --grep 'bucketinfo' |
40 | | -``` |
| 40 | +``` |
41 | 41 |
|
42 | 42 | ##贡献代码 |
43 | 43 |
|
|