Skip to content

Commit

Permalink
feat: add references
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed May 22, 2024
1 parent f32f064 commit 00a6537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs/getting-started/subscribe-to-active-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 00a6537

Please sign in to comment.