mirror of
https://github.com/yaakov-h/Notepad.Extensions.Logging.git
synced 2024-11-24 20:14:49 +00:00
Update README.md
This commit is contained in:
parent
f293b6f256
commit
6c43dae404
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ This is a library for .NET / .NET Core to log your program's output to a handy N
|
|||
|
||||
To use:
|
||||
|
||||
1. Add a package reference to Notepad.Extensions.Logging
|
||||
1. Add a package reference to `Notepad.Extensions.Logging`.
|
||||
2. In `Startup.cs`, call `AddNotepad()`, like so:
|
||||
|
||||
```csharp
|
||||
|
@ -23,7 +23,8 @@ public void ConfigureServices(IServiceCollection services)
|
|||
}
|
||||
```
|
||||
|
||||
3. Open a new Notepad window
|
||||
3. Open a new Notepad window.
|
||||
4. Run your application.
|
||||
|
||||
## Source Material
|
||||
|
||||
|
|
Loading…
Reference in a new issue