From fe8bceeceeb50116161e245013668fed52613fe3 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Mon, 27 Jan 2025 13:56:32 -0300 Subject: [PATCH] docs: add web docs in README --- ndk-wallet/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ndk-wallet/README.md b/ndk-wallet/README.md index 06456bd8..6c6095ad 100644 --- a/ndk-wallet/README.md +++ b/ndk-wallet/README.md @@ -45,7 +45,10 @@ zapper.on('complete', (res) => { }); await zapper.zap(); -``` +``` + +### Docs +For more informationn, check the docs: https://nostr-dev-kit.github.io/ndk/wallet/ # License