Skip to content

Commit 6a1012d

Browse files
authored
Update README.md
1 parent 0b4534c commit 6a1012d

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
@@ -62,7 +62,7 @@ If you don't want to indefinitely cache results, or you don't have an eviction p
6262
const configuration = new Configuration({
6363
...
6464
+ baseOptions: {
65-
+ // In this example, specify a cache TTL of 24 hours before it expires:
65+
+ // In this example, we specify a cache TTL of 24 hours before it expires:
6666
+ headers: { 'X-Proxy-TTL': 60 * 60 * 24 }
6767
+ }
6868
});

0 commit comments

Comments
 (0)