Skip to content

Commit 657274a

Browse files
jmezachbuehler
andauthored
docs: fix example code in readme
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]>
1 parent 328b227 commit 657274a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubeOps.Operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ However, for a plain operator without webhooks, no ASP.net
2828
is required (in contrast to v7).
2929

3030
```csharp
31-
using KubeOps.Operator.Extensions;
31+
using KubeOps.Operator;
3232

3333
using Microsoft.Extensions.Hosting;
3434
using Microsoft.Extensions.Logging;

0 commit comments

Comments
 (0)