Skip to content

Commit

Permalink
Fixed filename
Browse files Browse the repository at this point in the history
  • Loading branch information
yosymfony committed May 12, 2018
1 parent b2e8196 commit 937ec60
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 @@ -28,7 +28,7 @@ $finder->files()
->in(__DIR__);

$hashContent = new Crc32ContentHash();
$resourceCache = new ResourceCachePhpFile('/path-to-cache-file.php');
$resourceCache = new ResourceCachePhpFile('/path-cache-file.php');
$watcher = new ResourceWatcher($resourceCache, $finder, $hashContent);
$watcher->initialize();

Expand Down

0 comments on commit 937ec60

Please sign in to comment.