Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from diasdavid/rn
Browse files Browse the repository at this point in the history
update readme and package.json
  • Loading branch information
daviddias committed Oct 29, 2015
2 parents cba8abb + 3116e27 commit c5e3a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
},
"repository": {
"type": "git",
"url": "https://github.com/diasdavid/node-ipfs-railing.git"
"url": "https://github.com/diasdavid/js-ipfs-railing.git"
},
"keywords": [
"IPFS"
],
"author": "David Dias <daviddias@ipfs.io>",
"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",
Expand Down

0 comments on commit c5e3a8d

Please sign in to comment.