From f18f334f24a8580fc85eaa785e658df0bdb15278 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 15 Jan 2022 17:54:49 -0300 Subject: [PATCH] add demo video. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 42c0a24..98f7413 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ async window.nostr.getPublicKey(): string // returns your public key as hex async window.nostr.signEvent(event): string // returns the signature as hex ``` +## Demo Video + +https://user-images.githubusercontent.com/1653275/149637382-65d50a85-fe30-4259-b7de-99c88b089b53.mp4 + ## Screenshots ![](screenshot1.png)