diff --git a/index.js b/index.js index d47cf30..72f9576 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,7 @@ module.exports = function client(apiKey, config) { auth: apiKey + ':', headers: { 'Content-Type': 'application/json', - 'User-Agent': 'button-client-node/' + version + ' Node/' + process.versions.node + 'User-Agent': 'button-client-node/' + version + ' node/' + process.versions.node } };