Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarter97 committed Oct 23, 2023
1 parent 60f01f6 commit 50da34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ import uk.sky.fs2.kafka.topicloader.{LoadAll, TopicLoader}
object Main extends IOApp.Simple {
val consumerSettings: ConsumerSettings[IO, String, String] = ???

val healthCheck: IO[Ref[IO, Boolean]] = Ref.of(false)

given LoggerFactory[IO] = ???

val healthCheck: IO[Ref[IO, Boolean]] = Ref.of(false)

val logger = LoggerFactory[IO].getLogger

override def run: IO[Unit] =
Expand Down

0 comments on commit 50da34d

Please sign in to comment.