From f76572da06e08849215d023c23aaaaf0c0290c6d Mon Sep 17 00:00:00 2001 From: Francois-Guillaume Ribreau Date: Mon, 4 Jan 2016 15:02:50 +0100 Subject: [PATCH] docs(readme) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed4581..843fc93 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ request({ When you're using promises, you can pass the two following options: - `fullResponse` _(default true)_ - To resolve the promise with the full response or just the body -- `promiseFactory` _(default bluebird)_ - A function to allow the usage of a different promise implementation library +- `promiseFactory` _(default whenjs)_ - A function to allow the usage of a different promise implementation library ```javascript request({