mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +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:
@@ -167,7 +167,8 @@ Using unpkg CDN:
|
|||||||
|
|
||||||
## Example
|
## 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
|
```js
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
|||||||
Reference in New Issue
Block a user