瀏覽代碼

Minor typos fixed

aaron 10 年之前
父節點
當前提交
2daba3681e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -53,7 +53,7 @@ $ws_worker->onClose = function($connection)
 Worker::runAll();
 ```
 
-### A http server
+### An http server
 test.php
 ```php
 require_once './Workerman/Autoloader.php';
@@ -218,7 +218,7 @@ $task->onWorkerStart = function($task)
 Worker::runAll();
 ```
 
-run width
+run with:
 
 ```php test.php start```