From 1971ed512c70de7f9731a41298d46230965a78c1 Mon Sep 17 00:00:00 2001 From: Marco Argentieri <3596602+tiero@users.noreply.github.com> Date: Sat, 14 Jan 2023 17:18:06 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7de0b16..414f272 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ const sig = await connect.signEvent(event); ## 🔐 For Wallet developers -### 🤓 1. Define your methods +### 🤓 Define your methods As per [NIP-46](https://github.com/nostr-connect/nips/blob/nostr-connect/46.md), the Signer app **MUST** implement the following RPC methods: @@ -125,7 +125,7 @@ class MobileHandler extends NostrSigner { } ``` -2. 🎒 Create a MobileHandler instance +### 📱 Create a MobileHandler instance Generate a key to identify the remote signer, it is used to be reached by the apps. @@ -156,7 +156,7 @@ remoteHandler.events.on('sign_event_request', await remoteHandler.listen(); ``` -4. 🚏 Intercept ConnectURI +### 🔌 Intercept ConnectURI Allow user to scan the QR code and extract the ConnectURI, intercept it via deep linking or let use manually copy-paste the URI.