From af6ef9e25ea9b1734743fa26e14fd4589a92633a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Mart=C3=ADnez?= Date: Mon, 3 Jan 2022 19:26:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e982b7..fac9b40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Flow +[![Swift](https://github.com/alexito4/Flow/actions/workflows/swift.yml/badge.svg)](https://github.com/alexito4/Flow/actions/workflows/swift.yml) + 🌊 Let your code *flow*. This library provides a bunch of extension methods for a better fluent syntax in Swift. This style is very useful for some operations that benefit from being able to be chained (composed) together.