Skip to content

Commit efdd971

Browse files
authored
Merge pull request #34 from OnitaAndrei/issue-33
fixed command typo
2 parents 3e427f9 + e46412a commit efdd971

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This is the config file you will add your commands to.
4949

5050
Using the command line, go to your application's root directory, then type the following command:
5151

52-
php /bin/cli.php
52+
php ./bin/cli.php
5353

5454
The output should look similar to this, containing information on how to start using dot-cli:
5555

docs/book/v3/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Using the command line, go to your application's root directory, then type the following command:
44

5-
php /bin/cli.php
5+
php ./bin/cli.php
66

77
The output should look similar to this, containing information on how to start using dot-cli:
88

docs/book/v3/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Also update the `$defaultName` property and the description set inside the `conf
88

99
Using the command line, go to your application's root directory, then type the following command:
1010

11-
php /bin/cli.php demo:command
11+
php ./bin/cli.php demo:command

0 commit comments

Comments
 (0)