Skip to content

Commit

Permalink
chore(light-client-extension-helpers): update docs (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Jul 9, 2024
1 parent 45e1159 commit e3319c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-spoons-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@substrate/light-client-extension-helpers": patch
---

chore: update docs
2 changes: 2 additions & 0 deletions packages/light-client-extension-helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ register(CHANNEL_ID)

```ts
// inpage/index.ts
import { getLightClientProvider } from "@substrate/light-client-extension-helpers/web-page"

const provider = getLightClientProvider(CHANNEL_ID)
```

Expand Down

0 comments on commit e3319c6

Please sign in to comment.