Skip to content

Commit

Permalink
Merge 14ba8d3 into 606f53d
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunfly committed Aug 31, 2020
2 parents 606f53d + 14ba8d3 commit 1f914d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chunk-promise [![Build Status](https://travis-ci.org/Yunfly/chunk-promise.svg?branch=master)](https://travis-ci.org/Yunfly/chunk-promise) [![Coverage Status](https://coveralls.io/repos/github/Yunfly/chunk-promise/badge.svg?branch=master)](https://coveralls.io/github/Yunfly/chunk-promise?branch=master)
# chunk-promise [![Build Status](https://travis-ci.org/Yunfly/chunk-promise.svg?branch=master)](https://travis-ci.org/Yunfly/chunk-promise) [![Coverage Status](https://coveralls.io/repos/github/Yunfly/chunk-promise/badge.svg?branch=master)](https://coveralls.io/github/Yunfly/chunk-promise?branch=master) ![GitHub](https://img.shields.io/github/license/yunfly/chunk-promise) [![npm](https://img.shields.io/npm/v/@yunfly/chunk-promise)](https://www.npmjs.com/package/@yunfly/chunk-promise)
这个模块将Promise分成多个块,并依次执行它

This module breaks the Promise into chunks and executes it in turn
Expand Down Expand Up @@ -27,4 +27,4 @@ This module breaks the Promise into chunks and executes it in turn
// ["a", "b", "c", "d", "e", "f", "g"]
// do something
});
```
```

0 comments on commit 1f914d0

Please sign in to comment.