Skip to content

Commit 240bf64

Browse files
Update README
1 parent 4e9565b commit 240bf64

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
@@ -27,7 +27,7 @@ If you like or are using this project please give it a star. Thanks!
2727
Install the [Serilog.Sinks.RichTextBox.Wpf](https://www.nuget.org/packages/Serilog.Sinks.RichTextBox.Wpf) package from NuGet:
2828

2929
```powershell
30-
Install-Package Serilog.Sinks.RichTextBox.Wpf
30+
Install-Package Serilog.Sinks.RichTextBox.Wpf -Prerelease
3131
```
3232

3333
Declare your [RichTextBox](https://docs.microsoft.com/en-us/dotnet/desktop/wpf/controls/richtextbox-overview?view=netframeworkdesktop-4.8) control and give it a name that you can reference it from the code-behind. e.g.:

0 commit comments

Comments
 (0)