Skip to content

Commit bc71b5c

Browse files
committed
Updated path
1 parent 0b415a4 commit bc71b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You can use the `Console::loop` command to create your PHP daemon. The `loop` me
105105

106106
use Utopia\CLI\Console;
107107

108-
include __DIR__.'/../../vendor/autoload.php';
108+
include './vendor/autoload.php';
109109

110110
Console::loop(function() {
111111
echo "Hello World\n";

0 commit comments

Comments
 (0)