Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pyldin601 committed Feb 4, 2018
1 parent ac33cae commit 600b3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Each task receives state of previous task (or initial state if it is first in ch

## Example

First of all we need to define where job's state will be stored during transitions, and initialize module with it.
For example, we will store state in `Map` object. This is simplest storage, but won't preserve state during restarts.
First of all we need to define where job's state will be stored during transitions. Then we must initialize module with it.
For example, we will store state in `Map` object. This is simplest storage method and it won't preserve state during restarts.

### `LongLongJob.js`

Expand Down

0 comments on commit 600b3c3

Please sign in to comment.