diff --git a/README.md b/README.md index 1f289c8..088bf17 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,6 @@ Next, decide if you want to queue the pipeline. By default, pipelines are synchr > 🔥 If you **do** want pipelines to be queued by default, you can do that by setting a static property: `\Stancl\JobPipeline\JobPipeline::$shouldBeQueuedByDefault = true;` -or: - ```php