Skip to content

Commit

Permalink
[docs] Fix sample code in README (open-telemetry#5933)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Oct 29, 2024
1 parent 84ff215 commit 451a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To obtain an `ILogger` instance for emitting logs when using the
the returned `OpenTelemetrySdk` instance:

```csharp
var logger = sdk.GetLoggerFactory().CreateLogger<Program>()
var logger = sdk.GetLoggerFactory().CreateLogger<Program>();
logger.LogInformation("Application started");
```

Expand Down

0 comments on commit 451a94b

Please sign in to comment.