diff options
Diffstat (limited to 'lib/until/README.md')
-rw-r--r-- | lib/until/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/until/README.md b/lib/until/README.md new file mode 100644 index 0000000..c83cde2 --- /dev/null +++ b/lib/until/README.md @@ -0,0 +1,13 @@ +# async.until + +![Last version](https://img.shields.io/github/tag/async-js/async.until.svg?style=flat-square) +[![Dependency status](http://img.shields.io/david/async-js/async.until.svg?style=flat-square)](https://david-dm.org/async-js/async.until) +[![Dev Dependencies Status](http://img.shields.io/david/dev/async-js/async.until.svg?style=flat-square)](https://david-dm.org/async-js/async.until#info=devDependencies) +[![NPM Status](http://img.shields.io/npm/dm/async.until.svg?style=flat-square)](https://www.npmjs.org/package/async.until) +[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/kikobeats) + +> [async#until](https://github.com/async-js/async#async.until) method as module. + +## License + +MIT © [async-js](https://github.com/async-js) |