Skip to content

Commit aa717e4

Browse files
committed
Fix formatting in REPL version display
1 parent d876d07 commit aa717e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ exprify
579579
```
580580

581581
```
582-
Exprify v1.0.5 interactive REPL
582+
Exprify v1.0.5 - interactive REPL
583583
Type an expression or .help for commands
584584
585585
» 2 + 2

bin/cli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ for (const arg of args) {
132132
}
133133

134134
function startREPL() {
135-
console.log(`Exprify v${pkg.version} interactive REPL`);
135+
console.log(`Exprify v${pkg.version} - interactive REPL`);
136136
console.log('Type an expression or .help for commands\n');
137137

138138
const rl = createInterface({

0 commit comments

Comments
 (0)