From 149194d650883865202a9d3010ca1a0ec468b6d3 Mon Sep 17 00:00:00 2001 From: Daan Breur Date: Sun, 25 Oct 2020 21:24:34 +0100 Subject: [PATCH] Fix Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbfbd4c..43a28d7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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]`