Skip to content

Commit bbce389

Browse files
authored
Update README.md
1 parent 90ed1db commit bbce389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dotnet add package AspNetCoreHttpKit
7373

7474
```csharp
7575
// With StructLog (automatic detection)
76-
builder.Services.AddStructLog(builder.Configuration); // register StructLog first
76+
builder.Services.AddStructLog(); // register StructLog first
7777
builder.Services.AddAspNetCoreHttpKit(builder.Configuration); // HttpKit detects it automatically
7878
7979
// Without StructLog — falls back to ILogger automatically
@@ -254,4 +254,4 @@ If you find AspNetCoreHttpKit useful, consider sponsoring its development.
254254

255255
## 📄 License
256256

257-
MIT — see [LICENSE](LICENSE) for details.
257+
MIT — see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)