Skip to content

Commit 6883f6b

Browse files
committed
Merge pull request #9 from erusev/patch-1
Update README.md
2 parents dc5af5a + 9357653 commit 6883f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Here is an example of a PHP Commando script that gives a decent tour of Commando
3434
``` php
3535
<?php
3636

37-
$hello_cmd = new Command();
37+
$hello_cmd = new Commando\Command();
3838

3939
// Define first option
4040
$hello_cmd->option()

0 commit comments

Comments
 (0)