2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

fix punctation in README.md (#5197)

(In order to do x, do y)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
MoPaMo
2022-11-02 19:16:16 +01:00
committed by GitHub
parent 02af86becd
commit 7c4e4fd9c2
+2 -1
View File
@@ -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';