summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2017-02-10 00:09:37 +0100
committerGitHub <noreply@github.com>2017-02-10 00:09:37 +0100
commit80e7a529107edb9595e8a3d2ee80109e2e4e81b2 (patch)
tree844b08b2048c505896a1ad75f54bd78819a611b2
parentcd306356fd28f3241c58ab7718b40370e0d82728 (diff)
downloadcontroller-80e7a529107edb9595e8a3d2ee80109e2e4e81b2.zip
controller-80e7a529107edb9595e8a3d2ee80109e2e4e81b2.tar.gz
controller-80e7a529107edb9595e8a3d2ee80109e2e4e81b2.tar.bz2
Update README.md
[skip ci]
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f9b73d2..c9c4874 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,10 @@ Jasny Controller
A general purpose controller for PSR-7
-The controller is responsible handling the HTTP request, maninipulate the modal and initiate the view. The code in
-the controller read as a high level description of each action. The controller should not contain implementation
-details. This belongs in the model, view or in services and libraries.
+**The controller is responsible handling the HTTP request, maninipulate the modal and initiate the view.**
+
+The code in the controller read as a high level description of each action. The controller should not contain
+implementation details. This belongs in the model, view or in services and libraries.
Installation
---