Skip to content

Commit

Permalink
chore(readme): fixup code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jun 9, 2024
1 parent a5175f8 commit 10dce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int main(int, char**) {
// auto buf = zenkit::Read::from(std::move(data));

// Parse the model
zeknit::Model mdl {};
zenkit::Model mdl {};
mdl.load(buf.get());

// Do something with mdl ...
Expand Down

0 comments on commit 10dce3c

Please sign in to comment.