From 58a734e652dc52b0c5675df93349979b6d150b35 Mon Sep 17 00:00:00 2001 From: Andy Kogut Date: Tue, 30 Aug 2016 18:57:45 +0300 Subject: [PATCH] README.md: Add missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c89144..6c42a02 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ These are the available config options for making requests. Only the `url` is re auth: { username: 'janedoe', password: 's00pers3cret' - } + }, // `responseType` indicates the type of data that the server will respond with // options are 'arraybuffer', 'blob', 'document', 'json', 'text', 'stream'