Skip to content

Commit 2c98c20

Browse files
committed
Fix docs
1 parent 004bf8f commit 2c98c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/nostr-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ nostr-sdk = "0.22"
2828
tokio = { version = "1", features = ["full"] }
2929
```
3030

31-
NOTE: if you are using `bitcoin` v0.29, use version `nostr-sdk = "0.22.0-bitcoin-v0.29"` insead.
31+
NOTE: if you are using `bitcoin` v0.29, use version `nostr-sdk = "=0.22.0-bitcoin-v0.29"` insead.
3232

3333
```rust,no_run
3434
use std::net::{Ipv4Addr, SocketAddr, SocketAddrV4};

crates/nostr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nostr = "0.22"
2222
tungstenite = { version = "0.19", features = ["rustls-tls-webpki-roots"]}
2323
```
2424

25-
NOTE: if you are using `bitcoin` v0.29, use version `nostr = "0.22.0-bitcoin-v0.29"` insead.
25+
NOTE: if you are using `bitcoin` v0.29, use version `nostr = "=0.22.0-bitcoin-v0.29"` insead.
2626

2727
```rust,no_run
2828
use nostr::prelude::*;

0 commit comments

Comments
 (0)