Skip to content

Commit

Permalink
Merge pull request #590 from szabgab/quick-start
Browse files Browse the repository at this point in the history
fix issue #589 to make the quick-start example complete
  • Loading branch information
sunng87 committed Jun 23, 2023
2 parents 5dc55a6 + 1dd4944 commit d9997b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<dyn Error>> {
let mut reg = Handlebars::new();
Expand Down

0 comments on commit d9997b8

Please sign in to comment.