From 857702dc5693f1218dde48f4bd8d30b681f9e799 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 29 Oct 2015 07:27:39 +0000 Subject: [PATCH] update --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b793254..b82b20a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -node-libp2p-tcp +js-libp2p-tcp =============== -[![](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-tcp.svg?style=flat-square)](https://travis-ci.org/diasdavid/node-libp2p-tcp) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/node-libp2p-tcp.svg?style=flat-square)](https://david-dm.org/diasdavid/node-libp2p-tcp) [![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-tcp.svg?style=flat-square)](https://travis-ci.org/diasdavid/js-libp2p-tcp) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/js-libp2p-tcp.svg?style=flat-square)](https://david-dm.org/diasdavid/js-libp2p-tcp) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) ![](https://raw.githubusercontent.com/diasdavid/abstract-connection/master/img/badge.png) ![](https://raw.githubusercontent.com/diasdavid/abstract-transport/master/img/badge.png) diff --git a/package.json b/package.json index 186f5a6..4d0b0d6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "pre-commit": [], "repository": { "type": "git", - "url": "https://github.com/diasdavid/node-libp2p-tcp.git" + "url": "https://github.com/diasdavid/js-libp2p-tcp.git" }, "keywords": [ "IPFS" @@ -17,9 +17,9 @@ "author": "David Dias ", "license": "MIT", "bugs": { - "url": "https://github.com/diasdavid/node-libp2p-tcp/issues" + "url": "https://github.com/diasdavid/js-libp2p-tcp/issues" }, - "homepage": "https://github.com/diasdavid/node-libp2p-tcp", + "homepage": "https://github.com/diasdavid/js-libp2p-tcp", "devDependencies": { "abstract-connection": "0.0.1", "abstract-transport": "^0.1.0",