From 4e59871c0d146d578a220c4cae31c651310793e3 Mon Sep 17 00:00:00 2001
From: askiiart <dev@askiiart.net>
Date: Tue, 14 Jan 2025 16:15:28 -0600
Subject: [PATCH] link currently nonexistent docs

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d762fe3..16943cf 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,8 @@ let decoded = decode(encoded);
 assert_eq!(decoded, "i love cats");
 ```
 
+You can use the library to encode anything up to base 16 - for details, see the [docs](https://docs.rs/cat2text/latest/cat2text/)
+
 ### Binary usage
 
 TODO