diff --git a/README.md b/README.md index c5143c9a..db5645aa 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ Other modules: libraryDependencies += "dev.zio" %% "zio-logging-jul-bridge" % "2.3.0" ``` - When to use this module: you are already using JUL logger in some other project, and you like to have same log outputs. - See [java.util.logging bridge](docs/docs/jul-bridge.md) section for more details. + When to use this module: you are already using JUL logger in some other project, and you like to have same log outputs. + See [java.util.logging bridge](docs/docs/jul-bridge.md) section for more details. ## Example diff --git a/docs/index.md b/docs/index.md index 54fa5309..573da30d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -84,8 +84,8 @@ Other modules: libraryDependencies += "dev.zio" %% "zio-logging-jul-bridge" % "@VERSION@" ``` - When to use this module: you are already using JUL logger in some other project, and you like to have same log outputs. - See [java.util.logging bridge](docs/jul-bridge.md) section for more details. + When to use this module: you are already using JUL logger in some other project, and you like to have same log outputs. + See [java.util.logging bridge](docs/jul-bridge.md) section for more details. ## Example