Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit df53c25

Browse files
committed
fix: {webrtc => websocket}
1 parent 1ee8e4b commit df53c25

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ yarn.lock
66
test/setup/tmp-disposable-nodes-addrs.json
77
dist
88
coverage
9+
.nyc_output
910
**/*.swp
1011
**/*.bak
1112
examples/sub-module/**/bundle.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Coverage](https://coveralls.io/repos/github/libp2p/js-libp2p-websocket-star-rendezvous/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-websocket-star-rendezvous?branch=master)
77
[![david-dm](https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous)
88

9-
> The rendezvous service for [libp2p-webrtc-star](https://github.com/libp2p/js-libp2p-websocket-star).
9+
> The rendezvous service for [libp2p-websocket-star](https://github.com/libp2p/js-libp2p-websocket-star).
1010
1111
## Descriptions
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libp2p-websocket-star-rendezvous",
33
"version": "0.1.2",
4-
"description": "The rendezvous service for libp2p-webrtc-star",
4+
"description": "The rendezvous service for libp2p-websocket-star",
55
"main": "src/index.js",
66
"bin": {
77
"websockets-star": "src/bin.js"

0 commit comments

Comments
 (0)