Skip to content

Commit 7616673

Browse files
committed
update readme
1 parent 725a1fc commit 7616673

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README_zh-TW.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Home extends BaseController
123123
public function sendHeader()
124124
{
125125
$this->response->setHeader("X-Set-Auth-Token",uniqid());
126-
return $this->respond(["status"=>true]);
126+
return $this->respond(["status"=>true]);
127127
}
128128
129129
}
@@ -167,9 +167,9 @@ use SDPMlab\Ci4Roadrunner\UploadedFileBridge;
167167
168168
class FileUploadTest extends BaseController
169169
{
170-
use ResponseTrait;
170+
use ResponseTrait;
171171
172-
protected $format = "json";
172+
protected $format = "json";
173173
/**
174174
* form-data
175175
*/
@@ -258,7 +258,7 @@ function dump($value,string $target = "ERROR_LOG") : ?string;
258258
$ php spark ciroad:stop
259259
```
260260

261-
### ciraod:reset
261+
### ciroad:reset
262262

263263
強制重新載入所有 HTTP Worker。
264264

0 commit comments

Comments
 (0)