diff --git a/src/docs/getting-started/subscribe-to-active-account.mdx b/src/docs/getting-started/subscribe-to-active-account.mdx index acda297e..63a6bdc9 100644 --- a/src/docs/getting-started/subscribe-to-active-account.mdx +++ b/src/docs/getting-started/subscribe-to-active-account.mdx @@ -175,3 +175,7 @@ dAppClient.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, async (account) => { } }); ``` + +## References + +1. [BroadcastChannel](https://github.com/pubkey/broadcast-channel?tab=readme-ov-file#readme): Documentation and usage examples for the `broadcast-channel` library.