Skip to content

Commit 91ccfe9

Browse files
authored
Update Readme file
1 parent 404a07e commit 91ccfe9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 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), [Serilog.Sinks.Postgresql](https://github.com/b00ted/serilog-sinks-postgresql), [Serilog.Sinks.MongoDB](https://github.com/serilog/serilog-sinks-mongodb) and [Serilog.Sinks.ElasticSearch](https://github.com/serilog/serilog-sinks-elasticsearch) (other sinks will be added in the future).
2+
A simple Serilog log viewer for [Serilog.Sinks.MSSqlServer](https://github.com/serilog/serilog-sinks-mssqlserver), [Serilog.Sinks.Postgresql](https://github.com/b00ted/serilog-sinks-postgresql), [Serilog.Sinks.MongoDB](https://github.com/serilog/serilog-sinks-mongodb) and [Serilog.Sinks.ElasticSearch](https://github.com/serilog/serilog-sinks-elasticsearch) sinks (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

@@ -8,25 +8,27 @@ Install the _Serilog.UI_ [NuGet package](https://www.nuget.org/packages/Serilog.
88
Install-Package Serilog.UI
99
```
1010

11-
Then install a provider based on your database, _Serilog.UI.MsSqlServerProvider_ [NuGet package](https://www.nuget.org/packages/Serilog.UI.MsSqlServerProvider):
11+
Then install one of the providers based upon your sink:
12+
13+
_Serilog.UI.MsSqlServerProvider_ [NuGet package](https://www.nuget.org/packages/Serilog.UI.MsSqlServerProvider):
1214

1315
```powershell
1416
Install-Package Serilog.UI.MsSqlServerProvider
1517
```
1618

17-
or _Serilog.UI.PostgreSqlProvider_ [NuGet package](https://www.nuget.org/packages/Serilog.UI.PostgreSqlProvider):
19+
_Serilog.UI.PostgreSqlProvider_ [NuGet package](https://www.nuget.org/packages/Serilog.UI.PostgreSqlProvider):
1820

1921
```powershell
2022
Install-Package Serilog.UI.PostgreSqlProvider
2123
```
2224

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

2527
```powershell
2628
Install-Package Serilog.UI.MongoDbProvider
2729
```
2830

29-
of _Serilog.UI.ElasticSearchDbProvider_ [Nuget package](https://www.nuget.org/packages/Serilog.Ui.ElasticSearchDbProvider):
31+
_Serilog.UI.ElasticSearchProvider_ [Nuget package](https://www.nuget.org/packages/Serilog.Ui.ElasticSearchProvider):
3032

3133
```powershell
3234
Install-Package Serilog.UI.ElasticSearchDbProvider

0 commit comments

Comments
 (0)