Skip to content

Commit 89e5cf0

Browse files
authored
Update README.md
1 parent 5cdffd3 commit 89e5cf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ The method takes 3 arguments:
4747
- Status Code (**Optional**; 200 by default; Integer) - The HTTP Status Code;
4848
- HTTP Headers (**Optional**; empty by default; Key `=>` Value Array) - The HTTP Headers;
4949

50-
And send it
5150
```php
5251
echo $response->sendResponse(json_encode($arr), 200, ['Content-Type' => 'application/json']);
5352
```

0 commit comments

Comments
 (0)