Skip to content

Commit 21957b0

Browse files
authored
docs: Fix automatic binaries download example
1 parent d149fdd commit 21957b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In your project Cargo.toml, activate the following features
2323
```toml
2424

2525
[dev-dependencies]
26-
bitcoind = { version = "0.20.0", features = "22_0" }
26+
bitcoind = { version = "0.20.0", features = [ "22_0" ] }
2727
```
2828

2929
Then use it:

0 commit comments

Comments
 (0)