Skip to content

Commit

Permalink
Merge pull request #93 from webxdc/simon/fix-link-to-ts-definitions-f…
Browse files Browse the repository at this point in the history
…ile-in-typing.md

fix link to ts definitions file in typing.md
  • Loading branch information
hpk42 authored Nov 24, 2024
2 parents 458a903 + 3a9a983 commit 89a5512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/faq/typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Install the [webxdc-types node package](https://www.npmjs.com/package/webxdc-typ
and follow [the instructions in its README](https://www.npmjs.com/package/webxdc-types#usage).

Alternatively, copy
[`webxdc.d.ts`](https://github.com/webxdc/webxdc_docs/blob/master/webxdc.d.ts)
[`webxdc.d.ts`](https://github.com/webxdc/webxdc-types/blob/main/webxdc.d.ts)
into your source dir and follow the instructions below.

### How to use webxdc types?
Expand Down

0 comments on commit 89a5512

Please sign in to comment.