diff --git a/README.md b/README.md
index b1f9e51..8e67655 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
- A tiny (< 1.8Kb g-zipped) wrapper built around fetch with an intuitive syntax.
+ A tiny (< 2.2Kb g-zipped) wrapper built around fetch with an intuitive syntax.
f[ETCH] [WR]apper
@@ -639,6 +639,11 @@ wretch("...").get().text(txt => console.log(txt))
## Extras
+*A set of extra features.*
+
+| [Abortable requests](#abortable-requests-experimental) | [Performance API](#performance-api-experimental) |
+|-----|-----|
+
### Abortable requests (experimental)
*No polyfills for node.js yet ! Your browser absolutely needs to support [AbortControllers](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).*