diff --git a/lib/swagger.js b/lib/swagger.js index 2ec4b1947..9dda63c8d 100644 --- a/lib/swagger.js +++ b/lib/swagger.js @@ -29,7 +29,7 @@ exports.run = function({ args, opts }) { function success(data) { const msg = data.headers.location - ? `You've successfully uploaded a new swagger file to your Readme project! See what was imported here: ${data.headers.location}` + ? `You've successfully uploaded a new swagger file to your ReadMe project! See what was imported here: ${data.headers.location}` : 'Success!'; console.log(msg.green);