Skip to content

Commit ddce69d

Browse files
authored
docs: Fix Markdown formatting in README
1 parent 1514169 commit ddce69d

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
@@ -118,7 +118,7 @@ new LoggerConfiguration()
118118
// etc etc
119119
};
120120
});
121-
```csharp
121+
```
122122

123123
It is also possible to not use any masking operators but instead mask based on property names. In that case you can configure the enricher to not use any masking operators at all:
124124

@@ -130,7 +130,7 @@ new LoggerConfiguration()
130130
{
131131
options.MaskingOperators.Clear();
132132
});
133-
```csharp
133+
```
134134

135135
### Using a custom mask value
136136

0 commit comments

Comments
 (0)