Skip to content

Commit

Permalink
Merge pull request #34 from RichardLitt/master
Browse files Browse the repository at this point in the history
Update README URLs based on HTTP redirects
  • Loading branch information
daviddias committed Oct 2, 2016
2 parents ba8aa3f + f6a42fe commit e08907f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Generate, import, and export PeerIDs, for use with [IPFS](https://github.com/ipfs/ipfs).

*A Peer ID is the SHA-256 [multihash](https://github.com/jbenet/multihash) of a
*A Peer ID is the SHA-256 [multihash](https://github.com/multiformats/multihash) of a
public key.*

*The public key is a base64 encoded string of a protobuf containing an RSA DER
Expand Down Expand Up @@ -91,7 +91,7 @@ const PeerId = require('peer-id')
- `privKey: RsaPrivateKey` - The private key
- `pubKey: RsaPublicKey` - The public key

The key format is detailed in [libp2p-crypto](https://github.com/ipfs/js-libp2p-crypto).
The key format is detailed in [libp2p-crypto](https://github.com/libp2p/js-libp2p-crypto).

### `create([opts])`

Expand Down

0 comments on commit e08907f

Please sign in to comment.