From 7c4e4fd9c2e3a21706a91bc44a0d5c94df390d77 Mon Sep 17 00:00:00 2001 From: MoPaMo <67760881+MoPaMo@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:16:16 +0100 Subject: [PATCH] fix punctation in README.md (#5197) (In order to do x, do y) Co-authored-by: Jay --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1911986f58..096d6ca00d 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,8 @@ Using unpkg CDN: ## Example -Performing a `GET` request +> **Note** CommonJS usage +> In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach: ```js import axios from 'axios';