Skip to content

Commit ad6b0fb

Browse files
committed
Fix README
1 parent 5a7839b commit ad6b0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Load Twig library:
4444
$this->load->library('Twig');
4545
~~~
4646

47-
Render Twig template and output to browsers:
47+
Render Twig template and output to browser:
4848

4949
~~~php
5050
$this->twig->display('welcome', $data);
5151
~~~
5252

5353
Above code renders `views/welcome.twig`.
5454

55-
**Note:** I've changed the method name from `render()` to `display()`. Now `render()` method returns string only.
55+
> **Note:** I've changed the method name from `render()` to `display()`. Now `render()` method returns string only.
5656
5757
Render Twig template:
5858

0 commit comments

Comments
 (0)