Skip to content

Commit

Permalink
copy edit
Browse files Browse the repository at this point in the history
  • Loading branch information
gratcliff committed Jun 25, 2019
1 parent 78eb64e commit 87f1146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 87f1146

Please sign in to comment.