summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
---