Skip to content

Commit a48ab1a

Browse files
authored
Merge pull request #37 from lisyarus/master
Fix a tiny bug in introductory example
2 parents ba8fa86 + 6b7bbc1 commit a48ab1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ std::string source = R"(
6363
)";
6464

6565
Template tpl;
66+
tpl.Load(source);
6667

6768
std::string result = tpl.RenderAsString(ValuesMap());
6869
```

0 commit comments

Comments
 (0)