Skip to content

Commit 10d382c

Browse files
committed
Add a code language flag to the dotnet command code snippet
Codacy's markdown linter is complaining about it: > [fenced-code-flag] Missing code language flag
1 parent 7d9bee9 commit 10d382c

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
@@ -8,7 +8,7 @@ You can use [Log4View](https://www.log4view.com) to look at log files produced w
88

99
Add the [Serilog.Formatting.Log4Net](https://www.nuget.org/packages/Serilog.Formatting.Log4Net/) NuGet package to your project using the NuGet Package Manager or run the following command:
1010

11-
```
11+
```sh
1212
dotnet add package Serilog.Formatting.Log4Net
1313
```
1414

0 commit comments

Comments
 (0)