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