docs: added runkit comment

This commit is contained in:
arthurfiorette 2022-03-14 18:04:46 -03:00
parent b98f4b0199
commit f25bff6d1c
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -8,6 +8,8 @@ prevent unnecessary code from being bundled into the production build.
Checkout how it helps debugging:
```js #runkit
// Change your playground runkit to use Node >= 11.0.0
const Axios = require('axios');
const { setupCache } = require('axios-cache-interceptor/dev');