Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Nov 11, 2022
1 parent fb8f7e6 commit edcc4bf
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 @@ -200,7 +200,7 @@ await Cache.put("key2", async () => "default");

const seconds = 42;

await Cache.put("key2", seconds);
await Cache.put("key2", "default");
await Cache.put("key2", "default", seconds);
await Cache.put("key2", async () => "default", seconds);

Expand Down

0 comments on commit edcc4bf

Please sign in to comment.