Skip to content

Commit 1f3afc5

Browse files
committed
chore: update references
1 parent 751741b commit 1f3afc5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
js-libp2p-pubsub-gossip
2-
=======================
1+
js-libp2p-floodsub
2+
==================
33

44
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
55
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://libp2p.io/)
66
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
7-
[![Coverage Status](https://coveralls.io/repos/github/libp2p/js-libp2p-pubsub-gossip/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-pubsub-gossip?branch=master)
8-
[![Travis CI](https://travis-ci.org/libp2p/js-libp2p-pubsub-gossip.svg?branch=master)](https://travis-ci.org/libp2p/js-libp2p-pubsub-gossip)
9-
[![Circle CI](https://circleci.com/gh/libp2p/js-libp2p-pubsub-gossip.svg?style=svg)](https://circleci.com/gh/libp2p/js-libp2p-pubsub-gossip)
10-
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-pubsub-gossip.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-pubsub-gossip) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
7+
[![Coverage Status](https://coveralls.io/repos/github/libp2p/js-libp2p-floodsub/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-floodsub?branch=master)
8+
[![Travis CI](https://travis-ci.org/libp2p/js-libp2p-floodsub.svg?branch=master)](https://travis-ci.org/libp2p/js-libp2p-floodsub)
9+
[![Circle CI](https://circleci.com/gh/libp2p/js-libp2p-floodsub.svg?style=svg)](https://circleci.com/gh/libp2p/js-libp2p-floodsub)
10+
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-floodsub.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-floodsub) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
1111
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
12-
[![](https://img.shields.io/badge/pm-waffle-yellow.svg?style=flat-square)](https://waffle.io/libp2p/js-libp2p-pubsub-gossip)
12+
[![](https://img.shields.io/badge/pm-waffle-yellow.svg?style=flat-square)](https://waffle.io/libp2p/js-libp2p-floodsub)
1313

14-
> libp2p-pubsub-gossip, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).
14+
> libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).
1515
1616

1717
## Table of Contents
@@ -26,7 +26,7 @@ js-libp2p-pubsub-gossip
2626

2727
```
2828
```sh
29-
> npm install libp2p-pubsub-gossip
29+
> npm install libp2p-floodsub
3030
```
3131

3232
## Examples

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "libp2p-pubsub-gossip",
2+
"name": "libp2p-floodsub",
33
"version": "0.0.0",
4-
"description": "libp2p-pubsub-gossip, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
4+
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
55
"main": "lib/core/index.js",
66
"jsnext:main": "src/core/index.js",
77
"scripts": {
@@ -25,7 +25,7 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "git+https://github.com/libp2p/js-libp2p-pubsub-gossip.git"
28+
"url": "git+https://github.com/libp2p/js-libp2p-floodsub.git"
2929
},
3030
"keywords": [
3131
"IPFS",
@@ -38,9 +38,9 @@
3838
"author": "David Dias <[email protected]>",
3939
"license": "MIT",
4040
"bugs": {
41-
"url": "https://github.com/libp2p/js-libp2p-pubsub-gossip/issues"
41+
"url": "https://github.com/libp2p/js-libp2p-floodsub/issues"
4242
},
43-
"homepage": "https://github.com/libp2p/js-libp2p-pubsub-gossip#readme",
43+
"homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",
4444
"devDependencies": {
4545
"aegir": "^8.0.1",
4646
"chai": "^3.5.0",

0 commit comments

Comments
 (0)