Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dias1c authored Dec 9, 2023
1 parent 6e6a66d commit 029c65c
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 @@ -129,7 +129,7 @@ After running code `hls.set("apple", [1, 2, 3], { hours: 5 });`, in local storag
{
creation: CURRENT_TIMESTAMP,
data: "[1,2,3]",
expiration: CURRENT_TIMESTAMP + HOURS_5,
expiration?: CURRENT_TIMESTAMP + 5_HOURS_IN_TIMESTAMP,
}
```

Expand Down

0 comments on commit 029c65c

Please sign in to comment.