Skip to content

Commit

Permalink
docs: filesizes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jun 9, 2023
1 parent 8fa904c commit ee10f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ npm install axios@^1 axios-cache-interceptor@^1
```

```html [Browser]
<!-- Development UMD build for ES2017+ (~13.3 KiB) -->
<!-- Development UMD build for ES2017+ (~14.6 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.2.0/dev/index.bundle.js"
integrity="sha256-NdXx0Etotu1oQmet3yjRcfG77l8ka2EGr46sdUcgIcQ="
crossorigin="anonymous"
></script>

<!-- Production UMD build for ES5+ (~14.6 KiB) -->
<!-- Production UMD build for ES5+ (~16 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.2.0/dist/index.bundle.js"
integrity="sha256-mJ0VeAeWEARil2GvKXBVCD5bgcUhD2IUoD3sAl/gtOQ="
Expand Down

0 comments on commit ee10f76

Please sign in to comment.