Skip to content

Commit 99fa376

Browse files
committed
update README, change 'milliseconds' to 'seconds'
1 parent 236164c commit 99fa376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ client.enableLogicalOperators(true);
121121
Caching the response, define the time-to-live of the cache.
122122

123123
```js
124-
// Specify time-to-live value in milliseconds
124+
// Specify time-to-live value in seconds
125125
client.setCacheResponseTime(3600);
126126
```
127127

0 commit comments

Comments
 (0)