From e0ccce45b17ba8a5194dc1a7503b0ee865264566 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sat, 29 Jan 2022 20:11:20 +0100 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985e7ff..136ab2e 100644 --- a/README.md +++ b/README.md @@ -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.