From b5b776037300ad1e0f800e95e33552030e641887 Mon Sep 17 00:00:00 2001 From: Michael Di Prisco Date: Wed, 30 Aug 2023 20:41:34 +0200 Subject: [PATCH] docs: fix CommonJS usage note Co-authored-by: Jay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6318df..5c7a23e 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Using unpkg CDN: ## Example -> **Note** CommonJS usage +> **Note**: CommonJS usage > In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach: ```js