From 306392c828a2e187a653523d5888b848da54c89a Mon Sep 17 00:00:00 2001 From: Nic Date: Sat, 19 Mar 2016 17:40:40 -0500 Subject: [PATCH] UPDATE README $controller incorrect in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } }