From 0b30a0964c1c5d6d4c06ff79a4c537e4a7493894 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 28 Oct 2015 22:04:55 +0000 Subject: [PATCH] update README and package.json --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",