Skip to content

Commit d698655

Browse files
Merge pull request #18 from ches/patch-1
docs: Fix Markdown formatting in README
2 parents 1514169 + ddce69d commit d698655

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)