Skip to content

Commit

Permalink
Fix README generation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed May 29, 2024
1 parent 833d5f4 commit 390647b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 390647b

Please sign in to comment.