Skip to content

Commit af88bce

Browse files
committed
Might as well not specify -Pre in the installation instructions, unlikely this will be found in the short term
1 parent 6ad69c1 commit af88bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Writes [Serilog](https://serilog.net) events to one or more text files.
77
Install the [Serilog.Sinks.File](https://nuget.org/serilog/serilog-sinks-file) package from NuGet:
88

99
```powershell
10-
Install-Package Serilog.Sinks.File -Pre
10+
Install-Package Serilog.Sinks.File
1111
```
1212

1313
To configure the sink in C# code, call `WriteTo.File()` during logger configuration:

0 commit comments

Comments
 (0)