From d6a50b6b669a412c143090f93200a6c85f98ec5a Mon Sep 17 00:00:00 2001 From: giaogiao Date: Fri, 8 Mar 2024 17:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9read=20me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfbbd35..f3252b2 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,7 @@ ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。 更多细节参阅 [LICENSE.txt](LICENSE.txt) - -php think queue:listen --queue helloJobQueue \ No newline at end of file +## 监听消息队列 +``` +php think queue:listen --queue helloJobQueue +``` \ No newline at end of file