Skip to content

Commit 38c6795

Browse files
committed
size reduction
1 parent bd379f4 commit 38c6795

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
@@ -73,7 +73,7 @@ window.CacheApiDBFallback = function(store, options) {
7373

7474
The complete library provides a fallback mechanism, a check to detect if Cache API is blocked by browser privacy settings and cache expire functionality. While at `871 bytes` compressed it is small, some users may prefer just the `key/val` part with optional expire functionality.
7575

76-
_cache-api-keyval-no-fallback.js_ is a stripped version without error reporting and fallback mechanism with a size of `688 bytes`. _cache-api-keyval-no-fallback-expire.js_ is further stripped of expire functionality for a compressed size of `461 bytes`.
76+
[cache-api-keyval-no-fallback.js](https://github.com/optimalisatie/Cache-API-Key-Value-Store/blob/master/src/cache-api-keyval-no-fallback.js) is a stripped version without error reporting and fallback mechanism with a size of `688 bytes`. [cache-api-keyval-no-fallback-expire.js](https://github.com/optimalisatie/Cache-API-Key-Value-Store/blob/master/src/cache-api-keyval-no-fallback-expire.js) is further stripped of expire functionality for a compressed size of `461 bytes`.
7777

7878

7979
```html

0 commit comments

Comments
 (0)