Skip to content

Commit edd38b8

Browse files
committed
Fix info message
1 parent 3822126 commit edd38b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private static function showMessage(Event $event = null)
9797
);
9898
$io->write('$ cd <codeigniter_project_folder>');
9999
$io->write('$ php bin/install.php');
100-
$io->write('<info>Above command will show help message.</info>');
100+
$io->write('<info>The above command will show help message.</info>');
101101
$io->write('See <https://github.com/kenjis/codeigniter-composer-installer> for details');
102102
$io->write('==================================================');
103103
}

0 commit comments

Comments
 (0)