Skip to content

Commit 2190ff1

Browse files
authored
[git] fixed code on readme
1 parent 8561ea5 commit 2190ff1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ while (true) {
5050

5151
A simple frame using the basic of `ekg::make<t>`!
5252
```cpp
53-
ekg::stack_t meow {
54-
.tag = "moo"
55-
};
53+
ekg::make<ekg::stack_t>(
54+
ekg::stack_t meow {
55+
.tag = "moo"
56+
}
57+
);
5658

5759
ekg::frame_t frame_template {
5860
.tag = "meows",

0 commit comments

Comments
 (0)