diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/README.md b/README.md index 0d69285..eb776d4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - [Diagrams](#diagrams) - [Install](#install) -- [Documentation](#classes) +- [Documentation](#documentation) - [Test](#test) - [FAQ](#faq) - [Notes](#notes) @@ -37,12 +37,14 @@ Diagram of Bitcoin Merkle Tree Merkle Tree Proof -# Install +## Install ```bash npm install merkletreejs ``` +## Documentation + ## Classes
@@ -371,4 +373,4 @@ More info [here](https://bitcointalk.org/?topic=102395). ## License -MIT +[MIT](LICENSE)