Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Commit aadf3f3

Browse files
Update README.md
1 parent 76bb080 commit aadf3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ invisible characters that will not allow your program to compile)
1111
Character Set -> Use Unicode._). If you forget don't worry, you will get error/warning with adequate message.
1212

1313
- If you get runtime exception upon runing your code, try:
14-
- a) Constructing Simulation class with different parameters (default is: `int width = 80, int height = 40, int fontw = 8, int fonth = 10`)
15-
- b) Changing your console window size in properties settings. (link how: https://youtu.be/xW8skO7MFYw?t=16m1s (shown around 16. min mark))
14+
1) Constructing Simulation class with different parameters (default is: `int width = 80, int height = 40, int fontw = 8, int fonth = 10`)
15+
2) Changing your console window size in properties settings. (link how: https://youtu.be/xW8skO7MFYw?t=16m1s (shown around 16. min mark))
1616

1717
## Usage
1818
- **You write code in _Simulation.cpp_ file**. It is seperated from everything else

0 commit comments

Comments
 (0)