Skip to content

Commit 67fd4d1

Browse files
committed
Remove extra semicolon in readme example
1 parent 6b7459f commit 67fd4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class InitCommand extends Ahc\Cli\Input\Command
186186
// $0 will be interpolated to actual command name
187187
'<bold> $0</end> <comment>-a applet -b ballon <arggg> [arg2]</end> ## details 2<eol/>'
188188
)
189-
->logo('Ascii art logo of your command');;
189+
->logo('Ascii art logo of your command');
190190
}
191191

192192
// This method is auto called before `self::execute()` and receives `Interactor $io` instance

0 commit comments

Comments
 (0)