This commit is contained in:
David Dias
2015-09-15 17:14:48 +01:00
parent fa62838777
commit 1096d15a16
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
ipfs-peer-id Node.js implementation
===================================
peer-id Node.js implementation
==============================
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![Build Status](https://travis-ci.org/diasdavid/node-ipfs-peer-id.svg?style=flat-square)](https://travis-ci.org/diasdavid/node-ipfs-peer-id) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/node-ipfs-peer-id.svg?style=flat-square)](https://david-dm.org/diasdavid/node-ipfs-peer-id) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![Build Status](https://travis-ci.org/diasdavid/node-peer-id.svg?style=flat-square)](https://travis-ci.org/diasdavid/node-peer-id) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/node-peer-id.svg?style=flat-square)](https://david-dm.org/diasdavid/node-peer-id) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
> IPFS Peer Id implementation in Node.js
@ -14,7 +14,7 @@ A IPFS Peer Id is based on a sha256 has of the peer public key, using [multihash
### Installing
```
$ npm install ipfs-peer-id
$ npm install peer-id
```
### Creating a new Id

View File

@ -1,5 +1,5 @@
{
"name": "ipfs-peer-id",
"name": "peer-id",
"version": "0.3.1",
"description": "IPFS Peer Id implementation in Node.js",
"main": "src/index.js",
@ -18,9 +18,9 @@
"test"
],
"bugs": {
"url": "https://github.com/diasdavid/node-ipfs-peer-id/issues"
"url": "https://github.com/diasdavid/node-peer-id/issues"
},
"homepage": "https://github.com/diasdavid/node-ipfs-peer-id",
"homepage": "https://github.com/diasdavid/node-peer-id",
"devDependencies": {
"code": "^1.4.1",
"lab": "^5.13.0",