Skip to content

Commit

Permalink
nostr: fix typo
Browse files Browse the repository at this point in the history
Closes #714
  • Loading branch information
Gudnessuche authored and yukibtc committed Jan 12, 2025
1 parent dba928f commit ac12ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nostr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn main() -> Result<()> {
// New POW text note
let event: Event = EventBuilder::text_note("POW text note from rust-nostr").pow(20).sign_with_keys(&keys)?;
// Convert client nessage to JSON
// Convert client message to JSON
let json = ClientMessage::event(event).as_json();
println!("{json}");
Expand Down

0 comments on commit ac12ea8

Please sign in to comment.