Explorar o código

Add 'based-on' to top-level readme

Evan Huus %!s(int64=11) %!d(string=hai) anos
pai
achega
5178b4174a
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -4,7 +4,10 @@ go-resiliency
 [![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency?status.svg)](https://godoc.org/github.com/eapache/go-resiliency)
 
-Resiliency patterns for golang. Currently implemented are:
+Resiliency patterns for golang.
+Based in part on [Hystrix](https://github.com/Netflix/Hystrix),
+[Semian](https://github.com/Shopify/semian), and others.
+Currently implemented are:
 - circuit-breaker pattern (in the `breaker` directory)
 - semaphore pattern (in the `semaphore` directory)
 - deadline/timeout pattern (in the `deadline` directory)