README.md in tty-cursor-0.5.0 vs README.md in tty-cursor-0.6.0

- old
+ new

@@ -59,12 +59,12 @@ * [2.2.2 hide](#222-hide) * [2.2.3 invisible(stream)](#2114-invisiblestream) * [2.3 Text Modification](#23-text-modification) * [2.3.1 clear_char(n)](#231-clear_charn) * [2.3.2 clear_line](#232-clear_line) - * [2.3.3 clear_line_before](#233-clear_line) - * [2.3.4 clear_line_after](#234-clear_line) + * [2.3.3 clear_line_before](#233-clear_line_before) + * [2.3.4 clear_line_after](#234-clear_line_after) * [2.3.5 clear_lines(n, direction)](#235-clear_linesn-direction) * [2.3.6 clear_screen_down](#236-clear_screen_down) * [2.3.7 clear_screen_up](#237-clear_screen_up) * [2.3.8 clear_screen](#238-clear_screen) @@ -102,11 +102,11 @@ Cursor movement will be bounded by the current viewport into the buffer. Scrolling (if available) will not occur. #### 2.1.1 move_to(x, y) -Set the cursor absolute position where subsequent text will begin. +Set the cursor absolute position to `x` and `y` coordinate, where `x` is the column of the `y` line. If no row/column parameters are provided, the cursor will move to the home position, at the upper left of the screen: ```ruby cursor.move_to @@ -236,6 +236,6 @@ This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## Copyright -Copyright (c) 2015-2017 Piotr Murach. See LICENSE for further details. +Copyright (c) 2015-2018 Piotr Murach. See LICENSE for further details.