From 6804be32439bde054c1e7905c58c02c7f881f02f Mon Sep 17 00:00:00 2001 From: Jonathan Martins Date: Thu, 2 Mar 2023 14:31:04 -0300 Subject: [PATCH] update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) 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