diff --git a/README.md b/README.md index 609212d..fce1c8d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/rs/rest-layer-hystrix) [![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/rs/rest-layer-hystrix/master/LICENSE) [![build](https://img.shields.io/travis/rs/rest-layer-hystrix.svg?style=flat)](https://travis-ci.org/rs/rest-layer-hystrix) -This [REST Layer](https://github.com/rs/rest-layer) resource storage wrapper uses [hystrix-go](github.com/afex/hystrix-go) to add circuit breaker support to any REST Layer resource storage handler. +This [REST Layer](https://github.com/rs/rest-layer) resource storage wrapper uses [hystrix-go](https://github.com/afex/hystrix-go) to add circuit breaker support to any REST Layer resource storage handler. ## Usage