From d294b6ed6e2d26f0db0f742ae83bfa25c857ca6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Wed, 9 Nov 2016 17:31:07 +0100 Subject: [PATCH] Link to API reference from Readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc72d63..bf1f33f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ import 'whatwg-fetch' ## Usage +For a more comprehensive API reference that this polyfill supports, refer to +https://github.github.io/fetch/. + ### HTML ```javascript -- GitLab