From 03c5dc2fb16a6a41c476009aaafd7a8d430579a2 Mon Sep 17 00:00:00 2001 From: Holly Date: Tue, 1 Aug 2023 14:07:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a743b26..37c8f6c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A drop-in, function compatible alternative to chalk that supports CommonJS ## Motivations -When version 5 of chalk was released support for CommonJS was dropped. I don't yet (if ever) want to migrate to ESM so I made this. +When version 5 of chalk was released support for CommonJS was dropped. I don't yet (if ever) want to migrate to ESM and was frustrated that I had to use `chalk@4` so I made this as a result of that frustration. ## Things to note When using TypeScript you may need to change the way you import the module if you import chalk like this: