From d982cf99324124582721d1cd15a99cb975e93716 Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Mon, 26 Sep 2016 17:50:38 -0700 Subject: [PATCH] Update COOKBOOK.md Fixes #457 --- COOKBOOK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COOKBOOK.md b/COOKBOOK.md index 2382c78..d64c0af 100644 --- a/COOKBOOK.md +++ b/COOKBOOK.md @@ -31,7 +31,7 @@ $ npm install axios promise.prototype.finally --save ```js var axios = require('axios'); -require('promise.prototype.finally'); +require('promise.prototype.finally').shim(); axios .get('http://www.example.com/user')