From 20389b9779834324acbbcf2b25041a489a688d18 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 26 Oct 2021 15:07:47 -0400 Subject: [PATCH] fix path for typedefs --- Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.md b/Install.md index 3bc3e32..7793ef7 100644 --- a/Install.md +++ b/Install.md @@ -123,7 +123,7 @@ Install with: *Note: When using a named import in a TypeScript project, it is advisable to instruct TypeScript where to look for type definitions using explict path to types* ```js -/// +/// ```