From 4d357d15a3bd4552b22cd2ac5d5536013fc42f23 Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Tue, 14 Feb 2017 08:38:25 +0100 Subject: [PATCH] clarified proposal state --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b3c913..0cc4a2e 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,7 @@ axios.get('/user/12345', { You can cancel a request using a *cancel token*. -> The axios cancel token API is based on the [cancelable promises proposal](https://github.com/tc39/proposal-cancelable-promises), which is currently at Stage 1. +> The axios cancel token API is based on the withdrawn [cancelable promises proposal](https://github.com/tc39/proposal-cancelable-promises). You can create a cancel token using the `CancelToken.source` factory as shown below: