Skip to content

Commit e84d5bd

Browse files
fix: update banner taglines CLI
1 parent cbccc96 commit e84d5bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fn get_command() -> Command {
115115
│ 888 │
116116
│ 888 │
117117
│ 888 │
118-
│ "Multiplayer at the speed of light" │
118+
│ "Development at the speed of light" │
119119
│ │
120120
├───────────────────────────────────────────────────────────────────────────────────────────────────────┤
121121
│ SpacetimeDB Command Line Tool │

crates/standalone/src/subcommands/start.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ fn banner() {
496496
│ 888 │
497497
│ 888 │
498498
│ 888 │
499-
│ "Multiplayer at the speed of light" │
499+
│ "Development at the speed of light" │
500500
└───────────────────────────────────────────────────────────────────────────────────────────────────────┘
501501
"#
502502
)

0 commit comments

Comments
 (0)