diff --git a/README.md b/README.md index 3523c0e08..ba9007158 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ in Rust and for Rust. ```rust use handlebars::Handlebars; use serde_json::json; +use std::error::Error; fn main() -> Result<(), Box> { let mut reg = Handlebars::new();