summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2017-02-10 00:13:13 +0100
committerGitHub <noreply@github.com>2017-02-10 00:13:13 +0100
commitd0d8eea68564a63ea5c1bf5bee94cdd96a581e88 (patch)
treeb2566bda9dac65f6d355dd573ceb1adaa10791bc
parent3db22f61a95105f8360df819565a5a367ee15e04 (diff)
downloadcontroller-d0d8eea68564a63ea5c1bf5bee94cdd96a581e88.zip
controller-d0d8eea68564a63ea5c1bf5bee94cdd96a581e88.tar.gz
controller-d0d8eea68564a63ea5c1bf5bee94cdd96a581e88.tar.bz2
Update README.md
[skip ci]
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ec6f02..df6184a 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,9 @@ class MyPageController extends Jasny\Controller
Note that the `run` method doesn't need to return anything. There are different methods to manipulate the response.
Anything that is returned is simply ignored.
+Usage
+---
+
### Output
When using PSR-7, you shouldn't use `echo`. Instead, the `output()` method can be used to output stuff. To output