From 40cf6b5329f84acae8d3b7ecb1e472bbda0ffd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= <20141918+eduadiez@users.noreply.github.com> Date: Tue, 11 Dec 2018 16:55:59 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 386b7d8..9c09e0f 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,8 @@ In case you are running it locally: var Web3 = require('web3'); var web3 = new Web3('ws://127.0.0.1:8546') web3.eth.getBlockNumber().then(console.log) -``` \ No newline at end of file +``` + +## License + +This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details