Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz authored Jun 22, 2023
1 parent 10d9e23 commit ce227b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ object Config {

// Define service dependencies
case class AppDependencyServices(
kafkaConsumer: KafkaConsumer[IO]
)
kafkaConsumer: KafkaConsumer[IO]
)

object AppDependencyServices {
def resource(res: App.Resources[SimpleAppInfo[String], ToolkitLogger[IO], Config, NoResources]): Resource[IO, AppDependencyServices] =
Expand Down Expand Up @@ -149,4 +149,4 @@ libraryDependencies += "com.github.geirolz" %% "app-toolkit-log4cats" % "@VERSIO

```sbt
libraryDependencies += "com.github.geirolz" %% "app-toolkit-odin" % "@VERSION@"
```
```

0 comments on commit ce227b7

Please sign in to comment.