From eb15b472ab096ca403c3b10acf51e3f65adcbe4f Mon Sep 17 00:00:00 2001 From: pantor Date: Sat, 27 Jun 2020 18:11:48 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c9c2f..87c2a39 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ render("{% include \"footer.html\" %}", data); env.set_search_included_templates_in_files(false); ``` -Inja will throw an `inja::RenderError` if an included file is not found. +Inja will throw an `inja::RenderError` if an included file is not found. To disable this error, you can call `env.set_throw_at_missing_includes(false);`. ### Functions