From 8253fa5702bb011a56a9f8fab79e3111315d50d1 Mon Sep 17 00:00:00 2001 From: Tamer Tas Date: Sat, 2 Apr 2016 08:17:03 +0300 Subject: [PATCH] Update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0e6c7d5..79960a0 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ __Messaging Patterns__: | [Publish/Subscribe](publish_subscribe.go) | Passes information to a collection of recipients who subscribed to a topic | | [Push & Pull](push_pull.go) | Distributes messages to multiple workers, arranged in a pipeline | - __Stability Patterns__: | Pattern | Description |