From 547fd68c3292773eafa146482b8831b431389e46 Mon Sep 17 00:00:00 2001 From: Paul Butler Date: Thu, 5 Sep 2024 15:39:02 -0400 Subject: [PATCH] docs wip link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9bdc86..9359e8b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Aper supports optimistic updates and arbitrary business logic, making it useful ## Introduction -(More docs coming soon) +(More docs coming soon, [peek at a WIP here](https://github.com/jamsocket/aper/tree/main/site/book/src)) Types marked with the `AperSync` trait can be stored in the `Store`, Aper's synchronizable data store. Aper includes several data structures that implement `AperSync` in the `aper::data_structures` module, which