update readme
This commit is contained in:
parent
f5f049fc11
commit
20c42f095c
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- [Diagrams](#diagrams)
|
- [Diagrams](#diagrams)
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
- [Documentation](#classes)
|
- [Documentation](#documentation)
|
||||||
- [Test](#test)
|
- [Test](#test)
|
||||||
- [FAQ](#faq)
|
- [FAQ](#faq)
|
||||||
- [Notes](#notes)
|
- [Notes](#notes)
|
||||||
|
@ -37,12 +37,14 @@ Diagram of Bitcoin Merkle Tree
|
||||||
|
|
||||||
<img src="https://user-images.githubusercontent.com/168240/43616417-46d3293e-9671-11e8-81c3-8cdf7f8ddd77.png" alt="Merkle Tree Proof" width="420">
|
<img src="https://user-images.githubusercontent.com/168240/43616417-46d3293e-9671-11e8-81c3-8cdf7f8ddd77.png" alt="Merkle Tree Proof" width="420">
|
||||||
|
|
||||||
# Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install merkletreejs
|
npm install merkletreejs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
## Classes
|
## Classes
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
@ -371,4 +373,4 @@ More info [here](https://bitcointalk.org/?topic=102395).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
[MIT](LICENSE)
|
||||||
|
|
Loading…
Reference in New Issue