Update README.md

This commit is contained in:
Yaakov 2020-05-21 13:51:52 +10:00 committed by GitHub
parent f293b6f256
commit 6c43dae404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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