Skip to content
Snippets Groups Projects
Unverified Commit d4c6cebe authored by Arthur Sonzogni's avatar Arthur Sonzogni Committed by GitHub
Browse files

Update README.md

parent c6f0dd60
Branches
No related tags found
No related merge requests found
...@@ -61,9 +61,9 @@ A simple cross-platform C++ library for terminal based user interfaces! ...@@ -61,9 +61,9 @@ A simple cross-platform C++ library for terminal based user interfaces!
text("three") | border | flex, text("three") | border | flex,
}), }),
gauge(0.25) | color(color::red), gauge(0.25) | color(Color::Red),
gauge(0.50) | color(color::white), gauge(0.50) | color(Color::White),
gauge(0.75) | color(color::blue), gauge(0.75) | color(Color::Blue),
}); });
~~~ ~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment