We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7839b commit ad6b0fbCopy full SHA for ad6b0fb
README.md
@@ -44,15 +44,15 @@ Load Twig library:
44
$this->load->library('Twig');
45
~~~
46
47
-Render Twig template and output to browsers:
+Render Twig template and output to browser:
48
49
~~~php
50
$this->twig->display('welcome', $data);
51
52
53
Above code renders `views/welcome.twig`.
54
55
-**Note:** I've changed the method name from `render()` to `display()`. Now `render()` method returns string only.
+> **Note:** I've changed the method name from `render()` to `display()`. Now `render()` method returns string only.
56
57
Render Twig template:
58
0 commit comments