From 2a9c79f0aaea5215ace65be8bd225647af870605 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sat, 30 Dec 2023 15:34:33 +0100 Subject: [PATCH] README: add example impl --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8a46fe..5e2ed8c 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,7 @@ add_baker = Koichi, 18, Morioh ## Docs Visit [hyprland.org/hyprlang](https://hyprland.org/hyprlang) to see the documentation. + +### Example implementation + +For an example implmentation, take a look at the `tests/` directory.