Skip to content

Commit 6b7bbc1

Browse files
authored
Fix a tiny bug in introductory example
1 parent ba8fa86 commit 6b7bbc1

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)