--- a/readme.md
+++ b/readme.md
@@ -4,38 +4,37 @@
 
 ## PHASES 
 
-The already integrated components are marked with a check symbol (✔). The actual status of the C2NET service is as 
-follows:
+The already integrated components are marked with a check symbol (✔). The actual status of the C2NET service is as follows:
 
 1. **Initial Step**. C2NET service with basic set of PaaS 4 Manufacturing components:
 
-   1. UCP
-   1. CNM ✔
-   1. ACS ✔
-   1. DS.sql ✔ 
-   1. MariaDBWrapper ✔
+ 1. UCP
+ 1. CNM ✔
+ 1. ACS ✔
+ 1. DS.sql ✔ 
+ 1. MariaDBWrapper ✔
    
 2. **OPT Components** :
 
-   1. OPC ✔
-   1. SM ✔
-   1. PM ✔
-   1. Job ✔
-   1. TaskExecutor (with the embedded OptimizationAlgorithms) ✔
+ 1. OPC ✔
+ 1. SM ✔
+ 1. PM ✔
+ 1. Job ✔
+ 1. TaskExecutor (with the embedded OptimizationAlgorithms) ✔
    
 3. **DCF Components**:
 
-   1. Pub/Sub ✔
-   1. RM 
-   1. DKMS 
-   1. TPM
-   1. Mobile Application.
+ 1. Pub/Sub ✔
+ 1. RM 
+ 1. DKMS 
+ 1. TPM
+ 1. Mobile Application.
    
 4. **COT Components**:
 
-   1. OPP
-   1. MPE-MD
-   1. MPE-AA
+ 1. OPP
+ 1. MPE-MD
+ 1. MPE-AA
    
 
 ## INSTRUCTIONS 
@@ -65,11 +64,11 @@
 
 The c2net-test folder also contains a components folder where front-end Components are used in this service to test it using HTTP.
 
-More details about how to clone the repositories can be found in the next sectino.
+More details about how to clone the repositories can be found in the next section.
 
 ###Build the service
 
-You may need to have admin permissions.
+You may need to be admin:
 
     ./C2NET_HOME/c2net-tests/scripts/build.sh
 
@@ -100,47 +99,47 @@
 
 Execute the following commands form the C2NET_HOME folder:
 
- * UCP
+* UCP
 
 
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/ucp/code c2net-cpl-paas4man-ucp-code
     
- * CNM
+* CNM
  
  
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/cnm/code c2net-cpl-paas4man-cnm-code
     
- * ACS
+* ACS
  
  
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/acs/code c2net-cpl-paas4man-acs-code
  
- * DSSQL
+* DSSQL
  
      
      git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/dst/dssql/code c2net-cpl-paas4man-dst-dssql-code 
      
- * MARIADB WRAPPER
+* MARIADB WRAPPER
  
  
      git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/dst/mariadbwrapper/code c2net-cpl-paas4man-dst-mariadbwrapper-code 
      
- * OPC
+* OPC
  
  
      git clone https://{USER}@opensourceprojects.eu/git/p/c2net/opt/poma/opc/code c2net-opt-poma-opc-code
       
- * SOLVER MANAGER
+* SOLVER MANAGER
   
   
       git clone https://{USER}@opensourceprojects.eu/git/p/c2net/opt/poma/solvermanager/code c2net-opt-poma-solvermanager-code 
    
- * POMA MANAGER
+* POMA MANAGER
 
 
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/opt/poma/pomam/code c2net-opt-poma-pomam-code 
 
- * JOB
+* JOB
 
 
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/cpl/paas4man/jex/jobs/code c2net-cpl-paas4man-jex-jobs-code
@@ -156,7 +155,7 @@
 
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/dcf/msg-queue/code c2net-dcf-msg-queue-code 
      
-* Resource Manager
+* Resource Manager _(not integrated)_
 
 
     git clone https://{USER}@opensourceprojects.eu/git/p/c2net/dcf/dcf-rm/code c2net-dcf-dcf-rm-code