Skip to content

Commit

Permalink
update docs to show the result from get_public_key
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Nov 29, 2023
1 parent c4c89a3 commit 1af378e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ intent.`package` = "com.greenart7c3.nostrsigner"

```kotlin
val npub = intent.data?.getStringExtra("signature")
// The package name of the signer application
val packageName = intent.data?.getStringExtra("package")
```

- **sign_event**
Expand Down

0 comments on commit 1af378e

Please sign in to comment.