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
2 people authored and ian-buse committed May 3, 2024
1 parent 62337fa commit 60a50c7
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 60a50c7

Please sign in to comment.