docs: Update README 📚

This commit is contained in:
Dheepak Krishnamurthy
2024-01-09 02:04:30 -05:00
parent 2dc81833c6
commit 20e41f1d1d

View File

@@ -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]