Skip to content

Commit f96ccf8

Browse files
author
westernsam
committed
Merge remote-tracking branch 'origin/master'
2 parents ea28eba + 35e9750 commit f96ccf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Spec
44

5-
The program should support the folloing commands:
5+
The program should support the following commands:
66

7-
C <width> <height> - Create a new canvas.
7+
* C <width> <height> - Create a new canvas.
88
E.g. create "C 4 4" creates a canvas of dimensions 4 4
9-
L <x1> <y1> <x2> <y2> - Draw a line of x's from x1,y1 to x2,y2. Only straight lines need be supported.
9+
* L <x1> <y1> <x2> <y2> - Draw a line of x's from x1,y1 to x2,y2. Only straight lines need be supported.
1010
E.g. L 1 1 1 6 draws a line from 1,1 to 1,6
1111

1212
## Example

0 commit comments

Comments
 (0)