From 45d367381df1f9b7e0f2a49f811d804aa900f230 Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Thu, 23 Jan 2025 17:09:05 +1100 Subject: [PATCH] Fix doc (#92) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 071f46d..bc9475f 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ The `magnum-zio` module provides an implementation of the `connect` and `transac To use the ZIO integration, add the following dependency: ```scala -"com.augustnagro" %% "magnum-zio" % "x.x.x" +"com.augustnagro" %% "magnumzio" % "x.x.x" ``` and import these utils in your code with: