瀏覽代碼

Update README.md

walkor 10 年之前
父節點
當前提交
54f0c15753
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -11,7 +11,10 @@ Documentation:[https://github.com/walkor/workerman-manual](https://github.com/wa
 Workerman is a library for event-driven programming in PHP. It has a huge number of features. Each worker is able to handle thousands of connections.
 
 ## Installation
+
+```
 composer require workerman/workerman
+```
 
 ## Basic Usage