Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit a60499e

Browse files
committed
Update readme
1 parent 160d2a4 commit a60499e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const fitch = require('fitch')
3737
**UMD:**
3838

3939
```html
40-
<script src="node_modules/fitch/src/index.js"></script>
40+
<script src="node_modules/fitch/dist/index.umd.min.js"></script>
4141
```
4242

4343
### Make your first request:
@@ -108,8 +108,6 @@ See more about fetch configuration at: [Fetch API](https://developer.mozilla.org
108108
| --------- | --------- | --------- | --------- | --------- | --------- |
109109
| IE10, IE11, Edge| Every versions| Every versions| 6.1+|
110110

111-
Note: This assumes that you’re using a transpiler like Babel.
112-
113111
Note: modern browsers such as Chrome, Firefox, and Microsoft Edge contain native implementations of window.fetch, so the polyfill doesn't have any affect on those browsers. See more at [window.fetch polyfill](https://github.com/github/fetch).
114112

115113
## Contributig

0 commit comments

Comments
 (0)