Skip to content

Commit ca6a4a6

Browse files
authored
Merge pull request #264 from sungam3r/patch-1
Thanks, @sungam3r :)
2 parents b71a380 + 1564727 commit ca6a4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ var logger = new LoggerConfiguration()
8181
}
8282
```
8383

84-
For .NET Core projects build tools produce `.deps.json` files and this package implements a convention using `Microsoft.Extensions.DependencyModel` to find any package among dependencies with `Serilog` anywhere in the name and pulls configuration methods from it, so the `Using` section in example above can be ommitted:
84+
For .NET Core projects build tools produce `.deps.json` files and this package implements a convention using `Microsoft.Extensions.DependencyModel` to find any package among dependencies with `Serilog` anywhere in the name and pulls configuration methods from it, so the `Using` section in example above can be omitted:
8585

8686
```json
8787
{

0 commit comments

Comments
 (0)