From 45119bc6ca78284d6afb67a0e4f51296f65d65dd Mon Sep 17 00:00:00 2001
From: "Osaba Icedo, Eneko" <eneko.osaba@tecnalia.com>
Date: Wed, 19 Jul 2023 10:21:31 +0200
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 4be3526..8ea664d 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ And to those generic described at [development-services](git/deploy/development-
 * ...
 
 
-#Optimization Module
+# Optimization Module
 
 
 The optimization problem formulated in PIACERE and solved by the IOP consists on having 
@@ -116,14 +116,14 @@ predefined constraints. In this context,it is the IOP component which is the res
 for finding the best possible infrastructure given the input data received. 
 
 
-##How to run the IOP?
+## How to run the IOP?
 
 
 In order to run the IOP, an **String** should be introduced as input. This input should be 
 formated in DOML language with all the details about the optimization introduced (this is 
 explained later).
 
-##How the optimization information is introduced in the input DOML 
+## How the optimization information is introduced in the input DOML 
 
 This input data is provided in DOML format and will include the optimization objectives 
 (such as the cost, performance, or availability), and optimization requirements. Then, 
@@ -243,7 +243,7 @@ req1 "elements" => "VM VM VM";
 the IOP consider the basic problem. That is, the finding of the best configuration combining one single unit per element 
 of the IEC.
 
-##How the IOP returns the results
+## How the IOP returns the results
 
 Once the IOP conduct its optimization, it returns a complete DOML. This DOML is the one introduced 
 as input, with the optimization results introduced. First, the IOP complements the "optimization opt" 
@@ -363,7 +363,7 @@ objectives {
 The performance will be the reference to rank the returned solutions, choosing these solutions with the best performance 
 as the best ones.
 
-##How to install the IOP
+## How to install the IOP
 
 The whole IOP is built in a compressed folder, which can be imported by any JAVA development framework such as NetBeans of 
 Eclipse. Furthermore, the project can also be imported as a Maven project, being this option even more comfortable than just 
-- 
GitLab