Skip to content

Commit

Permalink
Receive suggestion for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
weipooppys93030 committed Aug 12, 2024
1 parent 924e23a commit dc6f5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import { Identity } from "@semaphore-protocol/identity"
const message = "message"
const identity = new Identity()

const signature = identity.signMessage("message")
const signature = identity.signMessage(message)

Identity.verifySignature(message, signature, identity.publicKey)
```

0 comments on commit dc6f5af

Please sign in to comment.