Skip to content

Commit

Permalink
Replace variable name to match the one declared above (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromvpg authored Oct 29, 2023
1 parent dac24cc commit bd9f4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $note->setContent('Hello world!');
$note->setKind(1);

$signer = new Sign();
$signer->signEvent($event, $private_key);
$signer->signEvent($note, $private_key);
```

## Generating a message
Expand Down

0 comments on commit bd9f4d8

Please sign in to comment.