File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Cross platform .NET grok implementation as a NuGet package
1414
1515# Code Coverage
1616
17- [ ![ Coverage Status] ( https://coveralls.io/repos/github/Marusyk/grok.net/badge.svg )] ( https://coveralls.io/github/Marusyk/grok.net )
17+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/Marusyk/grok.net/badge.svg?branch=main )] ( https://coveralls.io/github/Marusyk/grok.net?branch=main )
1818
1919# How to Install
2020
@@ -115,7 +115,7 @@ loglevel : WARN
115115func : main
116116msg : DECODED: 775233900043 EMPTY DISTANCE: --------
117117```
118- or use ` ToDictionary() ` on ` grokResult ` to get the result as ` IReadOnlyDictionary<string, IEnumerable<object>> `
118+ or use ` ToDictionary() ` on ` grokResult ` to get the result as ` IReadOnlyDictionary<string, IEnumerable<object>> `
119119
120120# Custom grok patterns
121121
You can’t perform that action at this time.
0 commit comments