fix readme semi
diff --git a/README.md b/README.md
index c7a7086..d81a2fb 100644
--- a/README.md
+++ b/README.md
@@ -188,7 +188,7 @@
 env.set_search_included_templates_in_files(false);
 ```
 
-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);`.
+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)`.
 
 #### Assignments