simple errors for lang-dev
fix readme
bendn 2023-09-20
parent bbfe4ca · commit a15a575
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fba4762..bdb8c08 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ extremely barebones error diagnostics for lang-dev
## usage
heres the code for the sample above.
-feel free to add coloring with your favorite coloring crate, or just use raw ansi sequences.
+coloring is done with the [comat](https://docs.rs/comat) crate.
```rust
use comat::cformat as cmt;