Skip to content

Commit

Permalink
Clarify that the expire takes a given time, not a duration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Jun 20, 2017
1 parent 897bfec commit ceda934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Plugins provide additional common functionality that some users might need:
- [defaults.js](plugins/defaults.js): Declare default values. [Example usage](plugins/defaults_test.js)
- [dump.js](plugins/dump.js): Dump all stored values. [Example usage](plugins/dump_test.js)
- [events.js](plugins/events.js): Get notified when stored values change. [Example usage](plugins/events_test.js)
- [expire.js](plugins/expire.js): Expire stored values after a given time. [Example usage](plugins/expire_test.js)
- [expire.js](plugins/expire.js): Expire stored values at a given time. [Example usage](plugins/expire_test.js)
- [observe.js](plugins/observe.js): Observe stored values and their changes. [Example usage](plugins/observe_test.js)
- [operations.js](plugins/operations.js): Useful operations like push, shift & assign. [Example usage](plugins/operations_test.js)
- [update.js](plugins/update.js): Update a stored object, or create it if null. [Example usage](plugins/update_test.js)
Expand Down

0 comments on commit ceda934

Please sign in to comment.