diff --git a/README.md b/README.md index 028a0b1..399df75 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -peer-id Node.js implementation +peer-id JavaScript 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-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) +[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [[![](https://img.shields.io/badge/freejs-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![Build Status](https://travis-ci.org/diasdavid/js-peer-id.svg?style=flat-square)](https://travis-ci.org/diasdavid/js-peer-id) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/diasdavid/js-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 diff --git a/package.json b/package.json index 3a28152..069b0c4 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "node": "^4.0.0" }, "bugs": { - "url": "https://github.com/diasdavid/node-peer-id/issues" + "url": "https://github.com/diasdavid/js-peer-id/issues" }, - "homepage": "https://github.com/diasdavid/node-peer-id", + "homepage": "https://github.com/diasdavid/js-peer-id", "devDependencies": { "code": "^1.4.1", "lab": "^5.13.0",