From 00c138161de0c5452420d8420566e353a69a69fb Mon Sep 17 00:00:00 2001 From: Dexter Marks-Barber Date: Fri, 21 Jun 2019 08:30:16 +0100 Subject: [PATCH] Fix readme typo (#14) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8b16cc9..b290753 100644 --- a/readme.md +++ b/readme.md @@ -41,11 +41,11 @@ Move cursor down a specific amount of rows. Default is `1`. ### cursorForward(count) -Move cursor forward a specific amount of rows. Default is `1`. +Move cursor forward a specific amount of columns. Default is `1`. ### cursorBackward(count) -Move cursor backward a specific amount of rows. Default is `1`. +Move cursor backward a specific amount of columns. Default is `1`. ### cursorLeft