Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoungblood committed Mar 24, 2023
1 parent 0bfd23b commit c47a9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $app->get('/', function ($req, $res, $args) {


## render::text($request, $response, $string, $status = 200)
Renders a string as html. Returns a standard Slim (PSR-7) response object with optional HTTP status code (200 by default).
Renders a string as plain text. Returns a standard Slim (PSR-7) response object with optional HTTP status code (200 by default).
```php
$app->get('/', function ($req, $res, $args) {

Expand Down

0 comments on commit c47a9c5

Please sign in to comment.