Skip to content

Commit 5bd34a9

Browse files
committed
updating docs to use render instead of element
1 parent 844460c commit 5bd34a9

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
@@ -50,7 +50,7 @@ All the variable set by the controller are available, and merged with values pas
5050
'text' => 'Bacon ipsum dolor sit amet fatback pig swine...'
5151
);
5252

53-
$this->Mustache->element('template_name', $params)
53+
$this->Mustache->render('template_name', $params)
5454

5555

5656

0 commit comments

Comments
 (0)