From 900e93a1684e126b5d97d8ef4cdbedb214d3a36c Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 26 Feb 2024 11:21:20 -0800 Subject: [PATCH] capitalize T --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487dee3..449734c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ _**Note: For versions of node prior to v20.6.0,** "--loader" command line arguments must be used with `esmock` as demonstrated [in the wiki.][4] Current versions of node do not require "--loader"._ -_**Note: typescript loaders** `ts-node` 👍 and `tsm` 👍 are compatible with other loaders, [including esmock.][11] `swc` 👎 and `tsx` 👎 are demonstrated as **incompatible** with other loaders, including esmock._ +_**Note: Typescript loaders** `ts-node` 👍 and `tsm` 👍 are compatible with other loaders, [including esmock.][11] `swc` 👎 and `tsx` 👎 are demonstrated as **incompatible** with other loaders, including esmock._ `esmock` has the below signature ```js