diff --git a/README.md b/README.md index da507a2..50d1a95 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ Here is an example of what we could do here: } } - $this->controller->redirect($controller->Link() . 'finished'); + $this->controller->redirect($this->controller->Link() . 'finished'); } }