Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs authored Jan 23, 2025
1 parent 8e71bb9 commit 5855511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Now you should have two tokens. You can use the tokens to connect the two peers
| `allow-policy`| Defines which peer(s) this peer is allowed to connect to. Default: `"*:*"` (connect to any other peer)[^1]. [More info](https://jsr.io/@pulsebeam/server/doc/~/PeerPolicy) |
| `create-token`| Generates a token[^2][^3] based on the provided inputs/defaults. |

[^1]: Even with the `\"*:*\"` allow-policy, peers can only connect to other peers within the scope of your `<API_KEY>`.
[^1]: Even with the `"*:*"` allow-policy, peers can only connect to other peers within the scope of your `<API_KEY>`.

[^2]: Provide the CLI-generated token to your client's to allow them to talk to PulseBeam signaling servers and make connections with each other.

Expand Down

0 comments on commit 5855511

Please sign in to comment.