From b82e3335bfade3877c04b36668a9bb1b7c772abb Mon Sep 17 00:00:00 2001 From: drimerdev <121459810+drimerdev@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:12:54 -0300 Subject: [PATCH] fixing error in redirection to index.ts file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd79e9..413bb4b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ npm install about-window ## Usage -Only one function is exported as default. Please see [TypeScript type definition](index.d.ts). +Only one function is exported as default. Please see [TypeScript type definition](index.ts). The function can be called from both main process and renderer process. ```typescript