Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrn committed Oct 10, 2017
1 parent 92acd26 commit 7301266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -145,9 +145,9 @@ persistentStatelessJob('john')
persistentStatefulJob('mary')
```

## jobModifiers
## jobHandlerModifiers
### `limitJobRuns`
Limits the number of possible failures a particular job type can have before it is terminated
Limits the number of possible failures a particular job can have before it is terminated
* example
```js
import persistentJob, {jobHandlerModifiers} from 'react-native-persistent-job'
Expand Down

0 comments on commit 7301266

Please sign in to comment.