Skip to content

Commit

Permalink
Fix print_html example
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Aug 12, 2023
1 parent e68dbf4 commit 4b61ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/print_html.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use webicons::*;

fn main() {
let metadata = get_metadata("./config/metadata.json", "emojis", "OpenMoji");
let metadata = get_metadata("./config/metadata.json", WebiconFamily::Emojis, "OpenMoji");
let html = make_html(&metadata, "1f600");
println!("{}", html.to_string());
}

0 comments on commit 4b61ff0

Please sign in to comment.