From e77e05acd78c26fb9dd4eb92436be57da7f4126d Mon Sep 17 00:00:00 2001 From: Victor Aremu Date: Sat, 4 Jan 2025 09:55:27 +0100 Subject: [PATCH] chore(docs): add examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ff479192..88580dc4d1 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ panel.released_when_closed(true); panel.close(); ``` -6. For more information on panel methods, please refer to the [documentation page](https://ahkohd.github.io/tauri-nspanel/tauri_nspanel/raw_nspanel/struct.RawNSPanel.html). +6. See the [examples](/examples) to learn how to use `tauri-nspanel`. For more information on panel methods, please refer to the [documentation page](https://ahkohd.github.io/tauri-nspanel/tauri_nspanel/raw_nspanel/struct.RawNSPanel.html). # Related