From a9a40fbf9067f05e422f4e02db07ef489392d10b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:12:39 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a853ca8..165aa55 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Or you can try using the experimental feature: `chrome-ai/polyfill`, to use `chr ```ts import 'chrome-ai/polyfill'; // or -requre('chrome-ai/polyfill'); +require('chrome-ai/polyfill'); ``` ## License