Skip to content

Commit 8410e03

Browse files
committed
Update README.md
1 parent 1d26e80 commit 8410e03

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Library for templates
1010
use ppeco\tplpp\Template;
1111
1212
// From string
13-
$template = new Template("Hello, {\$variable.'!'}");
13+
$template = new Template("Hello, {{\$variable.'!'}}");
1414
1515
//..or from file
1616
$template = Template::fromFile("./example.tpl");

test.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)