Skip to content

Commit 2b0f787

Browse files
authored
Update Readme file.
1 parent 4032138 commit 2b0f787

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
@@ -1,5 +1,5 @@
11
# serilog-ui
2-
A simple log viewer to see logs saved by [Serilog.Sinks.MSSqlServer](https://github.com/serilog/serilog-sinks-mssqlserver) or [Serilog.Sinks.Postgresql](https://github.com/b00ted/serilog-sinks-postgresql) (other sinks will be added in the future).
2+
A simple log viewer to see logs saved by [Serilog.Sinks.MSSqlServer](https://github.com/serilog/serilog-sinks-mssqlserver), [Serilog.Sinks.Postgresql](https://github.com/b00ted/serilog-sinks-postgresql) and [Serilog.Sinks.MongoDB](https://github.com/serilog/serilog-sinks-mongodb) (other sinks will be added in the future).
33

44
![serilog ui](https://raw.githubusercontent.com/mo-esmp/serilog-ui/master/assets/serilog-ui.jpg)
55

@@ -20,7 +20,7 @@ or _Serilog.UI.PostgreSqlProvider_ [NuGet package](https://www.nuget.org/package
2020
Install-Package Serilog.UI.PostgreSqlProvider
2121
```
2222

23-
of _Serilog.UI.MongoDbProvider_ [Nuget package](TODO):
23+
of _Serilog.UI.MongoDbProvider_ [Nuget package](https://www.nuget.org/packages/Serilog.Ui.MongoDbProvider):
2424

2525
```powershell
2626
Install-Package Serilog.UI.MongoDbProvider

0 commit comments

Comments
 (0)