From e15c1ca8215002b342c8e4fbefc81f9a2b1fc692 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 1 Mar 2025 15:30:54 +0100 Subject: [PATCH] add header to examples page --- src/examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/examples.md b/src/examples.md index b166d0d..1e80fee 100644 --- a/src/examples.md +++ b/src/examples.md @@ -1,3 +1,5 @@ +# Examples + There are two example crates, a binary and a library one: - [Example Binary Crate](https://github.com/bytedream/litbwraw/tree/main/example-binary) - [Example Library Crate](https://github.com/bytedream/litbwraw/tree/main/example-library)