Skip to content

Commit c968ac0

Browse files
authored
Fix code block formatting in README.md
Correct formatting of code blocks in README.
1 parent 37e1763 commit c968ac0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ A few small rulechanges where applied with limited impact on the gameplay.
1616

1717
The project was build and tested on linux with the following compile command:
1818

19-
´´´
19+
```
2020
g++ monopoly.cpp -o monopoly --std=c++11
21-
´´´
21+
```
2222

2323
Furthermore CMake is available and tested with linux and the following compile commands:
2424

25-
´´´
25+
```
2626
cmake -S . -B build
2727
cmake --build build
28-
´´´
28+
```
2929

30-
Windows support is not available due to an utf-8 encoding issue with the player model.
30+
Windows support is not available due to an utf-8 encoding issue with the player model.

0 commit comments

Comments
 (0)