Skip to content

Commit 7b07d2f

Browse files
committed
extra blank line and wording updates
1 parent 7de891a commit 7b07d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/InstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private function outro(): void
182182
$paddingLength = (int) (floor(($this->terminal->cols() - mb_strlen($text.$label)) / 2)) - 2;
183183

184184
echo "\033[42m\033[2K".str_repeat(' ', $paddingLength); // Make the entire line have a green background
185-
echo $this->black($this->bold($text.$link)).$this->reset(PHP_EOL);
185+
echo $this->black($this->bold($text.$link)).$this->reset(PHP_EOL).$this->reset(PHP_EOL);
186186
}
187187

188188
private function hyperlink(string $label, string $url): string
@@ -268,7 +268,7 @@ private function selectTargetMcpClients(): Collection
268268

269269
return $this->selectCodeEnvironments(
270270
McpClient::class,
271-
sprintf('Which code editors do you use in %s?', $this->projectName)
271+
sprintf('Which code editors do you use to work on %s?', $this->projectName)
272272
);
273273
}
274274

0 commit comments

Comments
 (0)