Skip to content

Commit e8295e5

Browse files
readme
1 parent a0ff962 commit e8295e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ When you develop applications with Parse, you constantly need to fetch the infor
1010

1111
With this addon for the Parse JS SDK, you can:
1212

13-
* [ ] Save query results in the `localStorage` for any class. With this, given a query, you could fetch its results and save them in the `localStorage` for later usage.
13+
* [x] Save query results in the `localStorage` for any class. With this, given a query, you could fetch its results and save them in the `localStorage` for later usage.
1414

15-
* [ ] Have a synced cache for your results in the `localStorage` for any class. So everytime you make a request, you can keep a local cache of the results, and display them when your app goes offline.
15+
* [x] Have a synced cache for your results in the `localStorage` for any class. So everytime you make a request, you can keep a local cache of the results, and display them when your app goes offline.
1616

1717
* [ ] Save in the Service Worker cache images from the results.
1818

0 commit comments

Comments
 (0)