From a209424ee3f00565a523d1a0454eb33966673c89 Mon Sep 17 00:00:00 2001 From: geirolz Date: Wed, 17 Jan 2024 14:07:13 +0100 Subject: [PATCH] gen doc --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea5635f..89bb0d1 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,14 @@ To achieve this goal, `Fly4s` use the typelevel libraries `cats` and `cats-effec ### Adopters If you are using Fly4s in your company, please let me know and I'll add it to the list! It means a lot to me. + + + + + Codacy Logo + + + ### Getting started Fly4s supports Scala 2.13 and 3. The first step, import the `Fly4s` library in our SBT project. @@ -140,7 +148,7 @@ val fly4sRes: Resource[IO, Fly4s[IO]] = Fly4s.make[IO]( ) ) // fly4sRes: Resource[IO, Fly4s[IO]] = Allocate( -// resource = cats.effect.kernel.Resource$$$Lambda$27110/0x00000008055d1368@511cd40c +// resource = cats.effect.kernel.Resource$$$Lambda/0x0000000802e670b8@3c7b2af6 // ) ```