Skip to content

Commit 48f51d9

Browse files
committed
Fix message
1 parent e055f94 commit 48f51d9

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
@@ -75,7 +75,7 @@ public static function showMessage(Event $event = null)
7575
$io->write('$ cd <codeigniter_project_folder>');
7676
$io->write('$ php bin/install.php');
7777
$io->write('<info>Above command will show help message.</info>');
78-
$io->write('See https://github.com/kenjis/codeigniter-composer-installer');
78+
$io->write('See https://github.com/kenjis/codeigniter-composer-installer for details');
7979
$io->write('==================================================');
8080

8181
self::deleteSelf();

0 commit comments

Comments
 (0)