diff --git a/README.md b/README.md index 1f67e71..f63a173 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -node-libp2p-railing +js-libp2p-railing ================= -[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/node-libp2p-railing.svg?style=flat-square)](https://david-dm.org/diasdavid/node-libp2p-railing) [![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/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freejs-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/js-libp2p-railing.svg?style=flat-square)](https://david-dm.org/diasdavid/js-libp2p-railing) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) -> Node.js libp2p Implementation of the railing process of a Node through a bootstrap peer list +> JavaScript libp2p Implementation of the railing process of a Node through a bootstrap peer list ## Usage diff --git a/package.json b/package.json index 328d8cd..049c6c1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/diasdavid/node-ipfs-railing.git" + "url": "https://github.com/diasdavid/js-ipfs-railing.git" }, "keywords": [ "IPFS" @@ -16,12 +16,12 @@ "author": "David Dias ", "license": "MIT", "bugs": { - "url": "https://github.com/diasdavid/node-ipfs-railing/issues" + "url": "https://github.com/diasdavid/js-ipfs-railing/issues" }, "engines": { "node": "^4.0.0" }, - "homepage": "https://github.com/diasdavid/node-ipfs-railing", + "homepage": "https://github.com/diasdavid/js-ipfs-railing", "devDependencies": { "code": "^1.4.1", "lab": "^5.13.0",