Skip to content

Commit 98e142a

Browse files
Merge pull request #12 from chucker/patch-1
Update README.md
2 parents 7971e8c + 98fdc5b commit 98e142a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ If you want to log an enumerable list of objects, then the browser side componen
2626

2727
## Filtering
2828

29-
The implementation supports the ```ILoggerFactory``` based filtering configuration that is supplied by the Microsoft Extension Logging abstraction.
29+
The implementation supports the ```ILoggerFactory```-based filtering configuration that is supplied by the Microsoft Extension Logging abstraction.
3030

31-
To keep it lightweight [Microsoft Extensions Configuration](https://github.com/aspnet/Configuration) based configuration is not supported, the logger can be only configured in code.
31+
To keep it lightweight, [Microsoft Extensions Configuration](https://github.com/aspnet/Configuration) based configuration is not supported; the logger can be only configured in code.
3232

3333
## Log levels
3434

@@ -62,7 +62,7 @@ The following snippet shows how to consume the logger in a Blazor component.
6262
@functions {
6363
protected override async Task OnInitAsync()
6464
{
65-
logger.LogDebug("MyCompoent init");
65+
logger.LogDebug("MyComponent init");
6666
}
6767
}
6868
```

0 commit comments

Comments
 (0)