Skip to content

Commit

Permalink
docs: fix link to createBroadcastChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Jun 25, 2023
1 parent f07bf11 commit c3f2219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ An example chat application, that you can run in several terminals on the same
host, and see the messages broadcast between them.

This uses the
[createBroadcastChannel](https://deno.land/x/websocket_broadcastchannel?doc#createbroadcastchannel)
[createBroadcastChannel](https://deno.land/x/websocket_broadcastchannel/mod.ts?s=createBroadcastChannel)
function to create the relevant `BroadcastChannel` object, and then uses the
`BroadcastChannel` API as usual.

Expand Down
2 changes: 1 addition & 1 deletion readme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ An example chat application, that you can run in several terminals on the same
host, and see the messages broadcast between them.

This uses the
[createBroadcastChannel](https://deno.land/x/websocket_broadcastchannel?doc#createbroadcastchannel)
[createBroadcastChannel](https://deno.land/x/websocket_broadcastchannel/mod.ts?s=createBroadcastChannel)
function to create the relevant `BroadcastChannel` object, and then uses the
`BroadcastChannel` API as usual.

Expand Down

0 comments on commit c3f2219

Please sign in to comment.