Skip to content

Commit 195aa60

Browse files
committed
Fix link for NuGet
1 parent b3efe6b commit 195aa60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using (var factory = LoggerFactory.Create(configure => configure.AddSpectreConso
3131

3232
It will generate the following log:
3333

34-
![Example 1](img/example1.png)
34+
![Example 1](https://raw.githubusercontent.com/lunet-io/Lunet.Extensions.Logging.SpectreConsole/main/img/example1.png)
3535

3636
### Example 2
3737

@@ -58,7 +58,7 @@ using (var factory = LoggerFactory.Create(configure =>
5858

5959
It will generate the following log:
6060

61-
![Example 2](img/example2.png)
61+
![Example 2](https://raw.githubusercontent.com/lunet-io/Lunet.Extensions.Logging.SpectreConsole/main/img/example2.png)
6262

6363
### Example 3
6464

@@ -93,7 +93,7 @@ using (var factory = LoggerFactory.Create(configure =>
9393

9494
It will generate the following log:
9595

96-
![Example 3](img/example3.png)
96+
![Example 3](https://raw.githubusercontent.com/lunet-io/Lunet.Extensions.Logging.SpectreConsole/main/img/example3.png)
9797

9898

9999
### Configuration

0 commit comments

Comments
 (0)