From dea732106dc1102ffb3cd480a6a76481bf699ecd Mon Sep 17 00:00:00 2001 From: Steven Normore Date: Wed, 24 Apr 2024 09:21:24 -0400 Subject: [PATCH] docs: update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b2b02..2c9a789 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ![Tests](https://github.com/snormore/owned-ref-cell/actions/workflows/tests.yml/badge.svg) ![Lints](https://github.com/snormore/owned-ref-cell/actions/workflows/lints.yml/badge.svg) +![Docs](https://github.com/snormore/zkauth/actions/workflows/docs.yml/badge.svg) ## Features @@ -53,7 +54,7 @@ fn main() { ## Documentation -For more detailed documentation, run the following command to generate docs and view them in your browser: +Find more detailed documentation [here](https://snormore.github.io/owned-ref-cell), or run the following command to generate docs and view them in your browser: ```bash cargo doc --open