Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevent committed Aug 29, 2023
1 parent 09d6436 commit 6b46724
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 @@ -27,7 +27,7 @@ $cache = new FileCache;

$updatedTime = $cache->refresh('updatedTime', function () {
return date("H:i:s");
});
}, 60);

echo "Updated time: {$updatedTime}";
```
Expand Down

0 comments on commit 6b46724

Please sign in to comment.