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 });