Skip to content

Commit 4f2a296

Browse files
authored
Update README.md (#285)
better
1 parent 193307c commit 4f2a296

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
@@ -808,7 +808,7 @@ const options = {
808808

809809
// Cache responses to improve speed and reduce amount of requests
810810
// Only one request to the same endpoint will be initiated unless cacheLife expires for 'cache-first'.
811-
cachePolicy: 'cache-first' // 'no-cache'
811+
cachePolicy: 'cache-first', // 'no-cache'
812812

813813
// set's the default for the `data` field
814814
data: [],

0 commit comments

Comments
 (0)