Skip to content

Commit

Permalink
Fix readme typo (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dextermb authored and sindresorhus committed Jun 21, 2019
1 parent 88d0fcf commit 00c1381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -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

Expand Down

0 comments on commit 00c1381

Please sign in to comment.