From d3ecee87f532dee0d68af0bbe15da7cea6ed1a10 Mon Sep 17 00:00:00 2001 From: MoPaMo <67760881+MoPaMo@users.noreply.github.com> Date: Thu, 27 Oct 2022 22:56:47 +0200 Subject: [PATCH] fix punctation in README.md (In order to do x, do y) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7260413fc..d97e4eaddb 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Using unpkg CDN: ## Example ### note: CommonJS usage -In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()` use the following approach: +In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach: ```js const axios = require('axios').default;