diff options
author | Arnold Daniels <arnold@jasny.net> | 2017-02-10 00:09:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 00:09:37 +0100 |
commit | 80e7a529107edb9595e8a3d2ee80109e2e4e81b2 (patch) | |
tree | 844b08b2048c505896a1ad75f54bd78819a611b2 | |
parent | cd306356fd28f3241c58ab7718b40370e0d82728 (diff) | |
download | controller-80e7a529107edb9595e8a3d2ee80109e2e4e81b2.zip controller-80e7a529107edb9595e8a3d2ee80109e2e4e81b2.tar.gz controller-80e7a529107edb9595e8a3d2ee80109e2e4e81b2.tar.bz2 |
Update README.md
[skip ci]
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 --- |