Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jul 2, 2023
1 parent 1c56624 commit 1e595c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ object Main extends IOApp {
libraryDependencies += "com.github.geirolz" %% "toolkit-pureconfig" % "0.0.8"
```

Import the syntax
Import the loader

```scala
import com.geirolz.app.toolkit.config.pureconfig.*
Expand Down Expand Up @@ -163,10 +163,10 @@ libraryDependencies += "com.github.geirolz" %% "toolkit-odin" % "0.0.8"
libraryDependencies += "com.github.geirolz" %% "toolkit-fly4s" % "0.0.8"
```

Import the syntax
Import the tasks

```scala
import com.geirolz.app.toolkit.fly4s.syntax.*
import com.geirolz.app.toolkit.fly4s.*
```

Which allows you to use `beforeProvidingMigrateDatabaseWithConfig` on `App` to migrate the database before running the
Expand Down
6 changes: 3 additions & 3 deletions docs/compiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ object Main extends IOApp {
libraryDependencies += "com.github.geirolz" %% "toolkit-pureconfig" % "0.0.8"
```

Import the syntax
Import the loader

```scala
import com.geirolz.app.toolkit.config.pureconfig.*
Expand Down Expand Up @@ -163,10 +163,10 @@ libraryDependencies += "com.github.geirolz" %% "toolkit-odin" % "0.0.8"
libraryDependencies += "com.github.geirolz" %% "toolkit-fly4s" % "0.0.8"
```

Import the syntax
Import the tasks

```scala
import com.geirolz.app.toolkit.fly4s.syntax.*
import com.geirolz.app.toolkit.fly4s.*
```

Which allows you to use `beforeProvidingMigrateDatabaseWithConfig` on `App` to migrate the database before running the
Expand Down
6 changes: 3 additions & 3 deletions docs/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ object Main extends IOApp {
libraryDependencies += "com.github.geirolz" %% "toolkit-pureconfig" % "@VERSION@"
```

Import the syntax
Import the loader

```scala mdoc:silent:reset:warn
import com.geirolz.app.toolkit.config.pureconfig.*
Expand Down Expand Up @@ -163,10 +163,10 @@ libraryDependencies += "com.github.geirolz" %% "toolkit-odin" % "@VERSION@"
libraryDependencies += "com.github.geirolz" %% "toolkit-fly4s" % "@VERSION@"
```

Import the syntax
Import the tasks

```scala mdoc:silent:reset:warn
import com.geirolz.app.toolkit.fly4s.syntax.*
import com.geirolz.app.toolkit.fly4s.*
```

Which allows you to use `beforeProvidingMigrateDatabaseWithConfig` on `App` to migrate the database before running the
Expand Down

0 comments on commit 1e595c6

Please sign in to comment.