Skip to content

Commit d30a698

Browse files
author
Sergey Komisarchik
committed
review fix: simplify readme sample
1 parent 52a37d2 commit d30a698

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ If the parameter value is not a discrete value, it will try to find a best match
293293
"formatter": {
294294
// `type` (or $type) is optional, must be specified for abstract declared parameter types
295295
"type": "Serilog.Templates.ExpressionTemplate, Serilog.Expressions",
296-
"template": "[{@t:HH:mm:ss} {@l:u3} {Coalesce(SourceContext, '<none>')}] {@m}\n{@x}",
297-
"formatProvider": "System.Globalization.CultureInfo::InvariantCulture"
296+
"template": "[{@t:HH:mm:ss} {@l:u3} {Coalesce(SourceContext, '<none>')}] {@m}\n{@x}"
298297
}
299298
}
300299
```

0 commit comments

Comments
 (0)