Skip to content

Commit 85f8da8

Browse files
Merge pull request #933 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents ebe09fd + 12a76d5 commit 85f8da8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,13 +545,13 @@ This example shows how to solve a Linear Programming (LP) problem using the **Si
545545
### [Problem]():
546546

547547

548-
### [Maximize the objective function]():
548+
### - [Maximize the objective function]():
549549

550550
Z = 3x + 5y
551551

552552
<br>
553553

554-
### [Subject to the constraints]():
554+
### - [Subject to the constraints]():
555555

556556
x + 2y ≤ 100
557557
2x + y ≤ 80
@@ -565,9 +565,8 @@ x, y ≥ 0
565565

566566
### **Fill the spreadsheet with the following structure:**
567567

568-
<br>
569568

570-
#### [*Variables and Objective*]()
569+
### [*Variables and Objective*]()
571570

572571
<br>
573572

0 commit comments

Comments
 (0)