Skip to content

Commit 923f58e

Browse files
committed
Update version in readme example
1 parent f4de0f3 commit 923f58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Why not use fetch, axios, jQuery, etc..? See [COMPARISON.md](COMPARISON.md).
3737

3838
```html
3939
<script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script>
40-
<script src="https://cdn.jsdelivr.net/npm/yea@1.0.5/build/yea.min.js"></script>
40+
<script src="https://cdn.jsdelivr.net/npm/yea@1.1.0/build/yea.min.js"></script>
4141
<script>
4242
yea.get('https://reqres.in/api/users').then(response => {
4343
console.log(response.status);

0 commit comments

Comments
 (0)