Skip to content

Commit dff5fc2

Browse files
author
pemrouz
committed
docs: update readme
1 parent 5689240 commit dff5fc2

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
@@ -2,4 +2,4 @@
22
[![Coverage Status](https://coveralls.io/repos/rijs/offline/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/offline?branch=master)
33
[![Build Status](https://travis-ci.org/rijs/offline.svg)](https://travis-ci.org/rijs/offline)
44

5-
Loads resoruces from localStorage. After 1 second of no new changes (debounced), caches resources to localStorage.
5+
Loads resources from `localStorage` on startup (which has _massive_ impact on how fast your application is perceived) - as opposed to waiting for subsequent network events to render things. Asynchronously (debounced) caches resources when they change.

0 commit comments

Comments
 (0)