Skip to content

Commit 2236220

Browse files
authored
Updated README.md's styling
1 parent 0b940a9 commit 2236220

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ The classic game, played against a computer opponent with a max of nine moves:
1515

1616
### Calculator Project:
1717
Capable calculator with the basic features:
18-
- Performs addition, subtraction, multiplication & division operations on 1st & 2nd operands,
19-
- Allows only a single decimal point in all operations
18+
- Addition, subtraction, multiplication & division performed on 1st & 2nd operands,
19+
- Allows only a single decimal point in all operations
2020
- "AC" key clears the display
2121

2222
### Pizza Menu Project:
2323
A responsive app to record a pizzeria's online orders:
2424
- Different prices for different-sized pizzas
25-
- A logic check ensures one free topping per order
25+
- A logic check ensures one free topping per order
2626
- DOM updates as order changes
2727

2828
### ToDo App Project:
2929
A minimalist to-do app where tasks are parsed into JSON strings:
30-
- Tasks are permanently displayed onscreen,
31-
- Appear in unordered lists in the order they were created,
32-
- Each task has a delete button
30+
- Tasks are permanently displayed onscreen
31+
- Appear in unordered lists in the order they were created
32+
- Each task has a delete button

0 commit comments

Comments
 (0)