From 7541343227dca0ac2843b90a89905db89c7080b4 Mon Sep 17 00:00:00 2001 From: John Hungerford Date: Thu, 11 Apr 2024 14:01:18 -0400 Subject: [PATCH] Fixed version shield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 484fdc4..b0c7415 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### Introduction [![Build Status](https://github.com/johnhungerford/zikyo/workflows/test/badge.svg)](https://github.com/johnhungerford/zikyo/actions) -[![Version](img.shields.io/maven-central/v/io.github.johnhungerford/zikyo-core_3)](https://search.maven.org/search?q=g:io.github.johnhungerford%20a:zikyo) +[![Version](https://img.shields.io/maven-central/v/io.github.johnhungerford/zikyo-core_3)](https://search.maven.org/search?q=g:io.github.johnhungerford%20a:zikyo) ZiKyo provides a ZIO-like API for the algebraic effects library [Kyo](https://getkyo.io), allowing users who are used to ZIO to construct and manipulate Kyo effects in a more familiar way.