summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-05-27 23:59:41 -0700
committerAlexander Early <alexander.early@gmail.com>2015-05-27 23:59:41 -0700
commita514e183d1610754989785c442f1fa6690891363 (patch)
tree9ec1b09cf2b8375869a821e7dc6205d594ba1085
parentb11fc31a418eb00f1bcadb878f37551e74f97c38 (diff)
downloadasync-a514e183d1610754989785c442f1fa6690891363.tar.gz
set branch on coveralls badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eadf801..2205fa3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status via Travis CI](https://travis-ci.org/caolan/async.svg?branch=master)](https://travis-ci.org/caolan/async)
[![NPM version](http://img.shields.io/npm/v/async.svg)](https://www.npmjs.org/package/async)
-[![Coverage Status](https://coveralls.io/repos/caolan/async/badge.svg?branch=)](https://coveralls.io/r/caolan/async?branch=)
+[![Coverage Status](https://coveralls.io/repos/caolan/async/badge.svg?branch=master)](https://coveralls.io/r/caolan/async?branch=master)
Async is a utility module which provides straight-forward, powerful functions
for working with asynchronous JavaScript. Although originally designed for