Skip to content

Commit a4a7df3

Browse files
docs: removed yarn install
1 parent 7cd4b52 commit a4a7df3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/src/guide/getting-started.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Add Axios Cache Interceptor and Axios to your project using your favorite packag
88

99
::: code-group
1010

11-
```bash [Yarn]
12-
yarn add axios@^1 axios-cache-interceptor@^1
13-
```
14-
1511
```bash [NPM]
1612
npm install axios@^1 axios-cache-interceptor@^1
1713
```
@@ -45,7 +41,6 @@ import { setupCache } from 'axios-cache-interceptor';
4541
const instance = Axios.create(); // [!code focus]
4642
const axios = setupCache(instance);// [!code focus]
4743

48-
4944
const req1 = axios.get('https://api.example.com/'); // [!code focus]
5045
const req2 = axios.get('https://api.example.com/'); // [!code focus]
5146

0 commit comments

Comments
 (0)