Skip to content

Commit

Permalink
update the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Mar 27, 2020
1 parent 07eff3f commit 6183463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use function Innmind\SilentCartographer\bootstrap;
new class extends Main {
protected function main(Environment $env, OperatingSystem $os): void
{
$os = bootstrap($os)['cli'](new Path(__DIR__));
$os = bootstrap($os)['cli'](Path::of(__DIR__));
// then use the $os variable like you would normally do
}
}
Expand Down

0 comments on commit 6183463

Please sign in to comment.