Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Mar 7, 2024
1 parent 874a571 commit d990e6e
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 @@ -65,7 +65,7 @@ process.on('SIGINT', async () => {
Or using [mojo.js](https://github.com/mojolicious/mojo.js) framework and typescript

```typescript
/ node script.js minion-worker -j 12
// node script.js minion-worker -j 12
// to start a worker to perform up to 12 jobs concurrently

import { minionPlugin } from '@minionjs/core';
Expand Down

0 comments on commit d990e6e

Please sign in to comment.