Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 8e71bb9

Browse files
authored
Update README.md
1 parent 2dc645d commit 8e71bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Now you should have two tokens. You can use the tokens to connect the two peers
4444
| `peer-id` | ID for the peer this token is intended to be used by. [More info](https://jsr.io/@pulsebeam/server/doc/~/PeerClaims#constructor_0) |
4545
| `group-id` | ID for the group the peer is in, scoped to your application. [More info](https://jsr.io/@pulsebeam/server/doc/~/PeerClaims#constructor_0) |
4646
| `duration` | Duration in seconds TTL before token expiration. |
47-
| `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) |
47+
| `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) |
4848
| `create-token`| Generates a token[^2][^3] based on the provided inputs/defaults. |
4949

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

0 commit comments

Comments
 (0)