diff --git a/README.md b/README.md index 1aba79d50c..4ea7d5ade3 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ The Controller implements the business logic and describes all the classes neede ```java @ControllerConfiguration -public class WebServerController implements Reconciler { +public class WebPageReconciler implements Reconciler { // Return the changed resource, so it gets updated. See javadoc for details. @Override - public UpdateControl reconcile(CustomService resource, + public UpdateControl reconcile(WebPage resource, Context context) { // ... your logic ... return UpdateControl.updateStatus(resource);