Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47 from AquiGorka/master
Browse files Browse the repository at this point in the history
Readme: fix rendezvous server usage
  • Loading branch information
mkg20001 committed Mar 31, 2018
2 parents 7c2302d + a183564 commit 96c4f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@ hello from the other side

## Usage

To reduce dependencies `libp2p-websocket-star` comes without the rendezvous server, that means that you need to install `libp2p-websocket-star-rendezvous` to start a rendezvous server. To do that, first insall the module globally in your machine with:
To reduce dependencies `libp2p-websocket-star` comes without the rendezvous server, that means that you need to install `libp2p-websocket-star-rendezvous` to start a rendezvous server. To do that, first install the module globally in your machine with:

```bash
> npm install --global libp2p-websocket-star-rendezvous
```

This will install a `websockets-star` CLI tool. Now you can spawn the server with:
This will install a `rendezvous` CLI tool. Now you can spawn the server with:

```bash
> websockets-star --port=9090 --host=127.0.0.1
> rendezvous --port=9090 --host=127.0.0.1
```

Defaults:
Expand Down

0 comments on commit 96c4f1f

Please sign in to comment.