From ff304654ef32a575c283345aac8a334f212372ec Mon Sep 17 00:00:00 2001 From: Orual Date: Wed, 8 Oct 2025 14:42:47 -0400 Subject: [PATCH] linked title to docs.rs, couple language fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb0badc9..112dee15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Jacquard +[# Jacquard](https://docs.rs/jacquard/latest/jacquard/) A suite of Rust crates for the AT Protocol. @@ -6,7 +6,7 @@ A suite of Rust crates for the AT Protocol. - Validated, spec-compliant, easy to work with, and performant baseline types - Batteries-included, but easily replaceable batteries. - - Easy to extend with custom lexicons + - Easy to extend with custom lexicons using code generation or handwritten api types - Straightforward OAuth - stateless options (or options where you handle the state) for rolling your own - all the building blocks of the convenient abstractions are available -- 2.51.2