From 92b9e03c53e464a7af1bdcdc815a51460e87f40b Mon Sep 17 00:00:00 2001 From: tsinglua Date: Wed, 11 Mar 2026 16:25:12 +0800 Subject: [PATCH] Fix duplicate that typo in README.md Signed-off-by: tsinglua --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a87e6262e5..8c76b37389 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ const { importedObject } = require("@uma/some-package") ``` Note: the require will resolve to the `main` file specified in the `package.json` file. If you'd like to import a different file, you -should ensure that that file is exported in the `files` directive inside the `package.json` file. Once you're sure of that, you can +should ensure that the file is exported in the `files` directive inside the `package.json` file. Once you're sure of that, you can import it using the following syntax: ```js