From 358482f8a0d1a324def6bc015651816101e982f9 Mon Sep 17 00:00:00 2001 From: Leonardo de Araujo <46436462+araujo88@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:28:49 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b19905b..0d29aae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Lambda-Go +[![license](https://img.shields.io/badge/license-MIT-green)](https://raw.githubusercontent.com/araujo88/lambda-go/main/LICENSE) +[![build](https://github.com/araujo88/lambda-go//actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/araujo88/lambda-go/actions/workflows/go.yml) + ## Overview Lambda-Go is a library designed to extend Go's capabilities with functional programming techniques inspired by Haskell. It aims to provide Go developers with tools to write cleaner, more expressive code while leveraging Go's strong typing and efficiency.