Skip to content

Commit 49181b1

Browse files
docs: update readme
1 parent ab75c1d commit 49181b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
This crate does the light wrapping on [rust-bitcoin](https://github.com/rust-bitcoin/rust-bitcoin/) required for use in [uniffi](https://github.com/mozilla/uniffi-rs)-based libraries.
44

5-
<br>
6-
75
## Usage
86

97
To leverage these types in your uniffi library, simply:
108
1. Add a dependency on this crate:
119
```toml
12-
rust-bitcoin-ffi = { git = "https://github.com/thunderbiscuit/rust-bitcoin-ffi.git", branch = "master" }
10+
bitcoin-ffi = { git = "https://github.com/thunderbiscuit/bitcoin-ffi.git", branch = "master" }
1311
```
1412

1513
2. Add the following declarations to your UDL file:

0 commit comments

Comments
 (0)