From 7cc44cd9896740cdc4ecc8a868375f96133e3324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Ferreira?= Date: Sun, 14 Apr 2019 12:24:28 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d518f2..d0a2a13 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # SwiftEventBus -[![Language](https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat)](http://cocoapods.org/pods/SwiftEventBus) -[![Language](https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat)](http://cocoapods.org/pods/SwiftEventBus) -[![Language](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](http://cocoapods.org/pods/SwiftEventBus) -[![Language](https://img.shields.io/badge/Swift-2.2-orange.svg?style=flat)](http://cocoapods.org/pods/SwiftEventBus) +[![Language](https://img.shields.io/badge/Swift-5.0-green.svg?style=flat)](http://cocoapods.org/pods/SwiftEventBus) +[![Language](https://img.shields.io/badge/Swift-4.2-green.svg?style=flat)](http://cocoapods.org/pods/SwiftEventBus) +[![Language](https://img.shields.io/badge/Swift-3.0-green.svg?style=flat)](http://cocoapods.org/pods/SwiftEventBus) +[![Language](https://img.shields.io/badge/Swift-2.2-green.svg?style=flat)](http://cocoapods.org/pods/SwiftEventBus) Allows publish-subscribe-style communication between components without requiring the components to explicitly be aware of each other