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 600b3c3 commit 69400b1
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 @@ -13,7 +13,7 @@ Each task receives state of previous task (or initial state if it is first in ch
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`
### LongLongJob.js

```javascript
const { longLongJob } = require('long-long-job');
Expand Down

0 comments on commit 69400b1

Please sign in to comment.