Skip to content

Commit b35fad0

Browse files
committed
Update init command
1 parent d965fb1 commit b35fad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/Init.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct()
3434
public function run(array $params)
3535
{
3636
# Module start.
37-
CLI::write('Installing Codeigniter Vite Plugin 🔥⚡', 'white', 'cyan');
37+
CLI::write('Initializing Codeigniter Vite Plugin 🔥⚡', 'white', 'cyan');
3838
CLI::newLine();
3939

4040
# Set framework.
@@ -58,7 +58,7 @@ public function run(array $params)
5858
$this->updateEnvFile();
5959

6060
# Everything is ready now.
61-
CLI::write('Codeigniter vite has succussfuly installed', 'green');
61+
CLI::write('Codeigniter vite initialized successfully', 'green');
6262
CLI::newLine();
6363
CLI::write('run: npm install && npm run dev');
6464
CLI::newLine();

0 commit comments

Comments
 (0)