Skip to content

Commit 726f26a

Browse files
committed
Improve help message
1 parent 443aafe commit 726f26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static function showMessage(Event $event = null)
8181
$io->write('$ cd <codeigniter_project_folder>');
8282
$io->write('$ php bin/install.php');
8383
$io->write('<info>Above command will show help message.</info>');
84-
$io->write('See https://github.com/kenjis/codeigniter-composer-installer for details');
84+
$io->write('See <https://github.com/kenjis/codeigniter-composer-installer> for details');
8585
$io->write('==================================================');
8686

8787
self::deleteSelf();

0 commit comments

Comments
 (0)