diff --git a/README.md b/README.md index 6851338..b80e316 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A javascript library for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137 +[Available on NPM](https://www.npmjs.com/package/eth-ens-namehash) + +## Installation + +`npm install eth-ens namehash -S` + ## Usage ```javascript diff --git a/package.json b/package.json index 0b29b32..2b152af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eth-ens-namehash", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137", "main": "index.js", "scripts": {