fix readme

master
Simon Laux 2022-01-29 20:11:20 +01:00 committed by bjoern
parent aca5489122
commit e0ccce45b1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ just add these two lines to your javascript source files:
```js
//@ts-check
/** @typedef {import('./webxdc').Webxdc} WEBxDC */
/** @typedef {import('./webxdc').Webxdc} Webxdc */
```
Without vscode you need to install typescript and then run the check manually.