Skip to content

Commit

Permalink
docs(task-scheduling): updated the required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Aug 21, 2023
1 parent f88113c commit 7539aa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/techniques/task-scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ To begin using it, we first install the required dependencies.

```bash
$ npm install --save @nestjs/schedule
$ npm install --save-dev @types/cron
```

To activate job scheduling, import the `ScheduleModule` into the root `AppModule` and run the `forRoot()` static method as shown below:
Expand Down

0 comments on commit 7539aa7

Please sign in to comment.