aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ca5ebd..4134431 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ func main() {
52 Kind: nostr.KindTextNote, 52 Kind: nostr.KindTextNote,
53 Content: "Hello Nostr!", 53 Content: "Hello Nostr!",
54 } 54 }
55 event.Sign(key) 55 key.Sign(event)
56 56
57 // Connect and publish 57 // Connect and publish
58 ctx := context.Background() 58 ctx := context.Background()