Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stonexer authored Jul 30, 2019
1 parent bf857a2 commit 35c3caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Yab is a high-level HTTP client based on Fetch API and `koa-like` middlewares.

## Browser Support

This library can only be used in modern browser environment. [Polyfill](https://github.com/github/fetch) may be needed.
This library can only be used in [modern browser environment](https://caniuse.com/#search=fetch). [Polyfill](https://github.com/github/fetch) may be needed.

## Install

Expand All @@ -34,7 +34,7 @@ This library can only be used in modern browser environment. [Polyfill](https://
### CDN

```html
<script src="https://unpkg.com/yab-fetch.min.js"></script>
<script src="https://unpkg.com/yab-fetch/dist/yab-fetch.min.js"></script>
```

## Useage
Expand Down

0 comments on commit 35c3caf

Please # to comment.