Skip to content

Commit

Permalink
docs: fix example code in readme
Browse files Browse the repository at this point in the history
While working through the README.md I got a compile error caused by this
invalid using, so I thought I'd fix the docs for this.

Co-authored-by: Christoph Bühler <[email protected]>
  • Loading branch information
jmezach and buehler authored Apr 18, 2024
1 parent 328b227 commit 657274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubeOps.Operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ However, for a plain operator without webhooks, no ASP.net
is required (in contrast to v7).

```csharp
using KubeOps.Operator.Extensions;
using KubeOps.Operator;

using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
Expand Down

0 comments on commit 657274a

Please sign in to comment.