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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user