Skip to content

Commit

Permalink
docs: Update README 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Jan 9, 2024
1 parent 2dc8183 commit 20e41f1
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 @@ -83,6 +83,7 @@ let [main, bottom] = vertical![==100%, >=3]
.to_vec()
.try_into()
.unwrap();
assert_eq!(bottom.y, 7);
assert_eq!(bottom.height, 3);

let [left, main, right] = horizontal![>=3, ==100%, >=3]
Expand Down

0 comments on commit 20e41f1

Please sign in to comment.