From 4161c2606f0a2c5228cdc5f5c1261bbb670a2cd4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 19 Apr 2023 15:37:31 -0700 Subject: [PATCH] docs(readme): add information about examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7fecb0..509afa7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ async fn main() -> Result<(), Box> { ## Examples Examples can be found within the -[`examples/`](https://github.com/gemrest/windmark/tree/main/examples) directory. +[`examples/`](https://github.com/gemrest/windmark/tree/main/examples) directory +along with a rundown of each of their purposes and useful facts. An example of a fully featured Gemini capsule written using Windmark can be found [here](https://github.com/gemrest/locus). This example Gemini capsule also