Skip to content

Commit

Permalink
Add defaultQueue location to README
Browse files Browse the repository at this point in the history
  • Loading branch information
gusgard committed Feb 23, 2018
1 parent 9a058ca commit 0b372e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -515,6 +515,8 @@ in your reducers. Official support coming soon.
Provide your own `enqueue()`, `dequeue()` and `peek()` implementations to `config.queue` to alter how the queue is processed.
```js
import defaultQueue from '@redux-offline/redux-offline/lib/defaults/queue';

// Last Value Queue
// Only keep the last action for each URL-method pair.
const config = {
Expand Down

0 comments on commit 0b372e7

Please sign in to comment.