From bfbbcd7a2584bf90d84bfe80cf1b9b8c1b0497e7 Mon Sep 17 00:00:00 2001 From: RobItu <74835755+RobItu@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:33:10 -0600 Subject: [PATCH] Update README.md Small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9edadce..7eda56c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ project-configurations.ts contains an array of projects }, ``` -- publish: Remix filters these, it won't show them it it's false +- publish: Remix filters these, it won't show them if it's false - import: boolean // adds the import to the script-runner.ts - windowImport: boolean // means it will add window['multihashes'] = multihashes; - alias, ie: import * as ethersJS from 'ethers';