Skip to content

Commit a433629

Browse files
committed
fix namespace
1 parent aba7506 commit a433629

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $os = Factory::build();
3131

3232
### Want to access the system clock ?
3333

34-
`$os->clock()` will return an instance of [`Innmind\TimeContinuum\Clock`](https://github.com/innmind/timecontinuum#usage).
34+
`$os->clock()` will return an instance of [`Innmind\Time\Clock`](https://github.com/innmind/time#usage).
3535

3636
### Want to access the filesystem ?
3737

documentation/use_cases/time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $crawl = function(CurrentProcess $process, string ...$urls): void {
3636
// crawl the $url and do something with the result
3737

3838
// here for the sake of simplicity we specify 1 second but it can be
39-
// any instance of Innmind\TimeContinuum\Period and you could build
39+
// any instance of Innmind\Time\Period and you could build
4040
// it from a robots.txt Crawler-Delay directive
4141
$process->halt(Period::second(1))->unwrap();
4242
}

0 commit comments

Comments
 (0)