Switch to side-by-side view

--- a/readme.md
+++ b/readme.md
@@ -11,6 +11,8 @@
 
 Clone the repos of all components in the service in the same folder level where this projects is located. From C2NET_HOME execute:
 
+    git clone https://{USER}@opensourceprojects.eu/git/p/c2net/tests c2net-tests 
+    
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/jex/jobs/code c2net-cpl-paas4man-jex-jobs-code 
     
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/jex/taskexecutor/code c2net-cpl-paas4man-jex-taskexecutor-code 
@@ -36,7 +38,7 @@
 
     ./C2NET_HOME/c2net-tests/scripts/validate.sh
 
-**Deploy to local-stamp **(start it first..)
+**Deploy to local-stamp **(start local stamp first it first..)
 
     ./C2NET_HOME/c2net-tests/scripts/deploy_local_stamp.sh
 
@@ -81,7 +83,7 @@
 Once the service is deployed into local-stamp, you can access the Front End Component, which is listening in path '/opc' and the port provided in deployment, which is usually 9000
 
 #### Job Component
-Following operations are supported Job Component:
+Following operations are supported by Job Component:
 
 _Create a Job_
 
@@ -91,13 +93,14 @@
 
     curl "http://localhost:9000/opc/jobsApi?action=query"
 
-_Cancel a Job_
+_Cancel a Job_ (Not implemented yet)
 
     curl "http://localhost:9000/opc/jobsApi?action=cancel&idJob=DG34543F"
 
-_Not implemented yet_
+
 
 ### Task Executor Component
+Only for testing purposes, Task Executor Component will be available only from the Job Component, but the Component Front End of this test service can access Task Executor with following operaions:
 
 _Execute a Task_
 
@@ -111,9 +114,8 @@
 
     curl http://localhost:9000/opc/taskApi?action=available
 
-_Cancel current execution_
+_Cancel current execution_ (Not implemented yet)
 
     curl http://localhost:9000/opc/taskApi?action=cancel
     
-_Not implemented yet_