Skip to content

Commit 1f07ab6

Browse files
Updated verbiage in README.md
1 parent 0b37822 commit 1f07ab6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ This is a React Native compatible version of [bitcoinjs-lib](https://github.com/
88

99
Released under the terms of the [MIT LICENSE](LICENSE).
1010

11-
### You shouldn't trust or rely on this repo for anything other than testing. To setup bitcoinjs-lib (4.0.2) in your RN project, please follow the how-to below:
12-
[RN BitcoinJS-Lib (4.0.2) Setup](https://gist.github.com/coreyphillips/928ae27ccea69cd0b494d13ad2b3f27d)
13-
1411
## Can I trust this code?
1512
> Don't trust. Verify.
1613
1714
You shouldn't trust or rely on this repo for anything other than testing. To setup bitcoinjs-lib (4.0.2) in your RN project, please follow the how-to below:
18-
1915
[RN BitcoinJS-Lib (4.0.2) Setup](https://gist.github.com/coreyphillips/928ae27ccea69cd0b494d13ad2b3f27d)
2016

2117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-bitcoinjs-lib",
3-
"version": "4.0.2-1",
3+
"version": "4.0.2-2",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)