Skip to content

Commit

Permalink
📝 Update readme top message and remove experimental flag for aborting…
Browse files Browse the repository at this point in the history
… requests feature
  • Loading branch information
elbywan committed Nov 8, 2017
1 parent 0eae7bb commit e449b46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<br>

##### Important : Wretch is in active development ! Please check out the [changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md) after each update for new features and breaking changes. If you want to try out the hot stuff, look at the [dev](https://github.com/elbywan/wretch/tree/dev) branch.
##### Wretch 1.0 is now live 🎉 ! Please check out the [changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md) after each update for new features and breaking changes. If you want to try out the hot stuff, look at the [dev](https://github.com/elbywan/wretch/tree/dev) branch.

# Table of Contents

Expand Down Expand Up @@ -702,10 +702,10 @@ wretch("...").get().text(txt => console.log(txt))
*A set of extra features.*
| [Abortable requests](#abortable-requests-experimental) | [Performance API](#performance-api-experimental) |
| [Abortable requests](#abortable-requests) | [Performance API](#performance-api-experimental) |
|-----|-----|
### Abortable requests (experimental)
### Abortable requests
*No polyfills for node.js yet ! Your browser absolutely needs to support [AbortControllers](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).*
Expand Down

0 comments on commit e449b46

Please sign in to comment.