diff --git a/README.md b/README.md index 29f15744b1..1d34885077 100755 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ axios.get('/user?ID=12345') // handle error console.log(error); }) - .then(function () { + .finally(function () { // always executed });