Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Changes the angle values to be used as degrees
* `degrees`

### Repeat
uns the following instruction list repeatedly, num times. Can be nested.
Runs the following instruction list repeatedly, num times. Can be nested.
* `repeat num [instruction list]`

### Color
Expand All @@ -71,7 +71,7 @@ Sets the pen color given the RGB value.
* `colorrgb [red green blue]`

### Author
Prints the given in the developer console
Prints the given author information in the developer console.
* `author [author website twitter]`

</p>
Expand Down