We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3822126 commit edd38b8Copy full SHA for edd38b8
1 file changed
src/Installer.php
@@ -97,7 +97,7 @@ private static function showMessage(Event $event = null)
97
);
98
$io->write('$ cd <codeigniter_project_folder>');
99
$io->write('$ php bin/install.php');
100
- $io->write('<info>Above command will show help message.</info>');
+ $io->write('<info>The above command will show help message.</info>');
101
$io->write('See <https://github.com/kenjis/codeigniter-composer-installer> for details');
102
$io->write('==================================================');
103
}
0 commit comments