From 640cea22528cff0ecd7c08cb598656619fba13dd Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 28 Oct 2015 21:59:15 +0000 Subject: [PATCH] update README and package.json --- README.md | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fa2bf2b468..97b8c18314 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -node-libp2p -=========== +js-libp2p +========= -[![](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-libp2p.svg?style=flat-square)](https://travis-ci.org/diasdavid/node-libp2p) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/node-libp2p.svg?style=flat-square)](https://david-dm.org/diasdavid/node-libp2p) [![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-libp2p.svg?style=flat-square)](https://travis-ci.org/diasdavid/js-libp2p) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/js-libp2p.svg?style=flat-square)](https://david-dm.org/diasdavid/js-libp2p) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) > Node.js implementation of libp2p diff --git a/package.json b/package.json index 52a448c9d1..1c4cd33904 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/diasdavid/node-libp2p.git" + "url": "https://github.com/diasdavid/js-libp2p.git" }, "keywords": [ "IPFS" @@ -20,9 +20,9 @@ "author": "David Dias ", "license": "MIT", "bugs": { - "url": "https://github.com/diasdavid/node-libp2p/issues" + "url": "https://github.com/diasdavid/js-libp2p/issues" }, - "homepage": "https://github.com/diasdavid/node-libp2p", + "homepage": "https://github.com/diasdavid/js-libp2p", "devDependencies": { "code": "^1.5.0", "lab": "^5.17.0",