Add installation instructions

master
Dan Finlay 8 years ago
parent d0368a0778
commit 28a2a40a0c
No known key found for this signature in database
GPG Key ID: 931102F24B36007A

@ -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

@ -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": {

Loading…
Cancel
Save