From bda7316b83723177cf915f5f51353430b2bc2d47 Mon Sep 17 00:00:00 2001 From: Gabriel Ratcliff Date: Wed, 19 Jun 2019 13:41:56 -0700 Subject: [PATCH] Update lib/swagger.js Copy Update Co-Authored-By: Marc Cuva --- lib/swagger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/swagger.js b/lib/swagger.js index 3d40b3f81..c4680ffb3 100644 --- a/lib/swagger.js +++ b/lib/swagger.js @@ -30,7 +30,7 @@ exports.run = function({ args, opts }) { function success(data) { const msg = !data.url ? 'Success!' - : `You've successfully uploaded a new swagger file to your Readme.io project! You can view it here directly: ${data.url}`; + : `You've successfully uploaded a new swagger file to your ReadMe project! See what was imported here: ${data.url}`; console.log(msg.green); }