You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ Choose which build is right for you!
187
187
-[store.everything.min.js](dist/store.everything.min.js): All the plugins, all the storages. [Source](dist/store.everything.js)
188
188
-[store.legacy.min.js](dist/store.legacy.min.js): Full support for all tested browsers. Add plugins separately. [Source](dist/store.legacy.js)
189
189
-[store.modern.min.js](dist/store.modern.min.js): Full support for all modern browsers. Add plugins separately. [Source](dist/store.modern.js)
190
-
-[store.v1-backcompat.min.js](dist/store.dist/v1-backcompat.min.js): Full backwards compatability with [store.js v1](https://github.com/marcuswestin/store.js/releases/tag/v1.3.20). [Source](dist/store.v1-backcompat.js)
190
+
-[store.v1-backcompat.min.js](dist/store.v1-backcompat.min.js): Full backwards compatability with [store.js v1](https://github.com/marcuswestin/store.js/releases/tag/v1.3.20). [Source](dist/store.v1-backcompat.js)
191
191
192
192
### Make your own Build
193
193
@@ -230,7 +230,7 @@ Store.js will pick the best available storage, and automatically falls back to t
230
230
231
231
Chances are you won't ever need another storage. But if you do...
232
232
233
-
See [storages/](storages/) for examples. Two good examples are [memoryStorage](memoryStorage) and [localStorage](localStorage).
233
+
See [storages/](storages/) for examples. Two good examples are [memoryStorage](storages/memoryStorage.js) and [localStorage](storages/localStorage.js).
234
234
235
235
Basically, you just need an object that looks like this:
0 commit comments