Skip to content

Commit 3f33166

Browse files
committed
docs: use markdown note
1 parent 9b17531 commit 3f33166

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ export default class SendEmailJob extends Job<SendEmailPayload> {
5656
}
5757
```
5858

59-
> **Note**: The job name defaults to the class name (`SendEmailJob`). You can override it with `name: 'CustomName'` in options if needed.
60-
>
61-
> **Warning**: If you minify your code in production, class names may be mangled. In that case, always specify `name` explicitly in your job options.
59+
> [!NOTE]
60+
> The job name defaults to the class name (`SendEmailJob`). You can override it with `name: 'CustomName'` in options if needed.
61+
62+
> [!WARNING]
63+
> If you minify your code in production, class names may be mangled. In that case, always specify `name` explicitly in your job options.
6264
6365
### 2. Configure the Queue Manager
6466

0 commit comments

Comments
 (0)