a better coloring crate
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 970a585..55bb952 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,10 @@
Small terminal coloring library, using proc macros.
See [lib.rs](https://docs.rs/comat) for more information.
+
+## Usage
+
+```rust
+use comat::cprintln;
+cprintln!("{red}C{yellow}O{green}L{blue}O{magenta}R{reset}!");
+```