Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
huangxiaolu committed Feb 20, 2017
1 parent 48df4b1 commit 5947c77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# think-await
[![Build Status](https://travis-ci.org/thinkjs/think-await.svg?branch=master)](https://travis-ci.org/thinkjs/think-await)
[![Coverage Status](https://coveralls.io/repos/github/thinkjs/think-await/badge.svg?branch=master)](https://coveralls.io/github/thinkjs/think-await?branch=master)
[![npm](https://img.shields.io/badge/npm-3.8.6-blue.svg)](https://www.npmjs.com/package/think-helper)

`think-await` runs a time-consuming operation. The operation may be called several times concurrently, but within `think-await`, it will only be run once before it's finished.

Expand Down

0 comments on commit 5947c77

Please sign in to comment.