From d74385f1c8f944a6d94ae0680d3841859a2fcb38 Mon Sep 17 00:00:00 2001 From: Ahmed Tarek Date: Fri, 13 Sep 2019 15:19:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9BFix=20request=20finally=20documenta?= =?UTF-8?q?tion=20in=20README=20(#2189)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f212285d64..a321f9917e 100755 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ axios.get('/user', { .catch(function (error) { console.log(error); }) - .then(function () { + .finally(function () { // always executed });