Evan Huus преди 11 години
родител
ревизия
5b8ad6c0f6
променени са 1 файла, в които са добавени 7 реда и са изтрити 6 реда
  1. 7 6
      README.md

+ 7 - 6
README.md

@@ -7,9 +7,10 @@ go-resiliency
 Resiliency patterns for golang.
 Resiliency patterns for golang.
 Based in part on [Hystrix](https://github.com/Netflix/Hystrix),
 Based in part on [Hystrix](https://github.com/Netflix/Hystrix),
 [Semian](https://github.com/Shopify/semian), and others.
 [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)
-- batching pattern (in the `batcher` directory)
-- retriable pattern (in the `retrier` directory)
+
+Currently implemented patterns include:
+- circuit-breaker (in the `breaker` directory)
+- semaphore (in the `semaphore` directory)
+- deadline/timeout (in the `deadline` directory)
+- batching (in the `batcher` directory)
+- retriable (in the `retrier` directory)