Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
rawsrc committed Apr 19, 2023
1 parent 2b3935b commit 84daf5e
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 @@ -708,7 +708,7 @@ extends YourAbstractController
$page['postal.code'] = 'foo.bar';

// an example of ending the process sought from a framework
$this->task->setResponse(Response::$html($page));
$this->task->setResponse(Response::html($page));
}
}
```
Expand Down

0 comments on commit 84daf5e

Please sign in to comment.