diff --git a/lib/welcome_text.js b/lib/welcome_text.js index e6f6801..08e9aed 100644 --- a/lib/welcome_text.js +++ b/lib/welcome_text.js @@ -21,8 +21,12 @@ // MAIN // var MSG = [ + ' _ _ _ _ _', + ' ___| |_ __| | (_) |__ | A better REPL for JavaScript and Node.js.', + '/ __| __/ _` | | | \'_ \\ |', + '\\__ \\ || (_| | | | |_) | | For more info, see the source repository:', + '|___/\\__\\__,_|_|_|_.__/ | https://github.com/stdlib-js/stdlib', '', - 'A better REPL for JavaScript and Node.js.', // TODO: include platform, copyright, version (see Julia, R, and Python for inspiration) '', @@ -39,10 +43,6 @@ var MSG = [ ' license() Print license information.', ' copyright() Print copyright information.', '', - 'For more info about stdlib, see the source repository:', - '', - ' https://github.com/stdlib-js/stdlib', - '', '' ].join( '\n' );