Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 17, 2024
1 parent 18ad2b9 commit 46c1ec4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/welcome_text.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
'',
Expand All @@ -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' );

Expand Down

0 comments on commit 46c1ec4

Please sign in to comment.