mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(docs): typo in README (#6771)
chore(docs): typo in README (#6771)
This commit is contained in:
committed by
GitHub
parent
b5b063e476
commit
51c1d7ba9d
@@ -160,7 +160,7 @@ const axios = require('axios');
|
|||||||
console.log(axios.isCancel('something'));
|
console.log(axios.isCancel('something'));
|
||||||
```
|
```
|
||||||
|
|
||||||
For some bundlers and some ES6 linter's you may need to do the following:
|
For some bundlers and some ES6 linters you may need to do the following:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { default as axios } from 'axios';
|
import { default as axios } from 'axios';
|
||||||
|
|||||||
Reference in New Issue
Block a user