Skip to content

Commit 3e1be92

Browse files
Artem LabazinArtem Labazin
authored andcommitted
Fix readme #2
1 parent e8582a6 commit 3e1be92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class SomeClass {
6565

6666
With default configuration (no `logback.xml` in classpath at all) it looks like:
6767

68-
![override example](https://github.com/appulse-projects/logging-java/blob/master/.images/override_example.png?raw=true)
68+
![override example](https://github.com/appulse-projects/logging-java/blob/master/.images/example.png?raw=true)
6969

7070
You also could to override default `logback`'s configuration, like an example below.
7171

@@ -86,7 +86,7 @@ You also could to override default `logback`'s configuration, like an example be
8686

8787
And output will be like:
8888

89-
![override example](https://github.com/appulse-projects/logging-java/blob/master/.images/example.png?raw=true)
89+
![override example](https://github.com/appulse-projects/logging-java/blob/master/.images/override_example.png?raw=true)
9090

9191
## Development
9292

0 commit comments

Comments
 (0)