Skip to content

Commit

Permalink
Update links and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Sep 29, 2017
1 parent 3d12bbf commit cd4b887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EthJS ENS

[![CircleCI](https://circleci.com/gh/flyswatter/ethjs-ens.svg?style=svg)](https://circleci.com/gh/flyswatter/ethjs-ens)
[![CircleCI](https://circleci.com/gh/ethjs/ethjs-ens.svg?style=svg)](https://circleci.com/gh/ethjs/ethjs-ens)
[![Coverage Status](https://coveralls.io/repos/github/ethjs/ethjs-ens/badge.svg?branch=master)](https://coveralls.io/github/ethjs/ethjs-ens?branch=master)

A convenience interface for using the Ethereum Name Service, based on the [EthJS contract abstraction](https://github.com/ethjs/ethjs-contract).
Expand All @@ -16,7 +16,7 @@ Install from npm:
## Usage

```javascript
const ENS = require('../')
const ENS = require('ethjs-ens')
const HttpProvider = require('ethjs-provider-http')

// For MetaMask or Mist compatibility:
Expand Down Expand Up @@ -71,7 +71,7 @@ Returns a promise that resolves a string if a name exists, or throws if it does

### ens.registry

An [ethjs contract](https://github.com/flyswatter/ethjs-ens) instance initialized for the specified network's address.
An [ethjs contract](https://github.com/ethjs/ethjs-ens) instance initialized for the specified network's address.

Implements the registry interface specified in [EIP 137](https://github.com/ethereum/EIPs/issues/137):

Expand Down

0 comments on commit cd4b887

Please sign in to comment.