From c6cff9b2399932078cd5624d206879791662b4a1 Mon Sep 17 00:00:00 2001 From: Gabriel Falkenberg Date: Wed, 3 Dec 2014 12:01:16 +0100 Subject: [PATCH] Fixing path to build status image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a38b7a..d3ff564 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ node-circuitbreaker ====================== -[![Build Status](https://travis-ci.org/Wantworthy/node-circuitbreaker.png?branch=master)](https://travis-ci.org/Wantworthy/node-circuitbreaker) +[![Build Status](https://travis-ci.org/ryanfitz/node-circuitbreaker.png?branch=master)](https://travis-ci.org/ryanfitz/node-circuitbreaker) circuit breaker is a [node.js][2] implementation of the [Circuit Breaker][1] pattern. When properly configured it can aid in providing stability and prevent