From 40c4faf82b647302097fdd2a4b32823565055783 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Wed, 8 Jul 2026 01:20:39 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4326fea..1620d6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CapyKit -CapyKit is a practical .NET utility library for the small pieces of application code that tend to get rewritten from project to project. It includes focused helpers for strings, collections, serialization, compression, password hashing, random value generation, key validation, calculations, resource pooling, and lightweight library diagnostics. +[CapyKit](https://capykit.happycapy.net/) is a practical .NET utility library for the small pieces of application code that tend to get rewritten from project to project. It includes focused helpers for strings, collections, serialization, compression, password hashing, random value generation, key validation, calculations, resource pooling, and lightweight library diagnostics. The project started as shared infrastructure for HappyCapy and is now packaged as a standalone toolkit for .NET 8 applications. @@ -47,7 +47,7 @@ bool matches = SecurityHelper.CompareHashedPassword( ## Documentation -The in-repository documentation starts at [Docs/index.md](Docs/index.md). It includes an introduction, getting-started guide, and links into the generated DocFX API reference. +The documenation for using the library can be viewed online [here](https://capykit.happycapy.net/). [API documenation](https://capykit.happycapy.net/api/CapyKit.html) is also rendered and available. To build and serve the documentation locally: