Skip to content

Commit 9d88b5f

Browse files
authored
Minor improvement on readme
1 parent 21bd62c commit 9d88b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class Runner {
4848

4949
public static void main(String[] args) {
5050
Operator operator = new Operator(new DefaultKubernetesClient());
51-
operator.registerController(new CustomServiceController());
51+
operator.registerController(new WebServerController());
5252
}
5353
}
5454
```

0 commit comments

Comments
 (0)