Skip to content

Commit

Permalink
docs: removed yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 19, 2024
1 parent 7cd4b52 commit a4a7df3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/src/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ Add Axios Cache Interceptor and Axios to your project using your favorite packag

::: code-group

```bash [Yarn]
yarn add axios@^1 axios-cache-interceptor@^1
```

```bash [NPM]
npm install axios@^1 axios-cache-interceptor@^1
```
Expand Down Expand Up @@ -45,7 +41,6 @@ import { setupCache } from 'axios-cache-interceptor';
const instance = Axios.create(); // [!code focus]
const axios = setupCache(instance);// [!code focus]


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

Expand Down

0 comments on commit a4a7df3

Please sign in to comment.