Skip to content

Commit

Permalink
Update README.md (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmizel authored and nventuro committed Mar 25, 2019
1 parent fe8f821 commit 3615de8
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 @@ -225,7 +225,7 @@ Same as `increase`, but a target time is specified instead of a duration.
Helpers to convert different time units to seconds. Available helpers are: `seconds`, `minutes`, `hours`, `days`, `weeks` and `years`.
```javascript
await time.increase(time.years(2));
await time.increase(time.duration.years(2));
```
## License
Expand Down

0 comments on commit 3615de8

Please sign in to comment.