diff --git a/README.md b/README.md index 26adb51..c9d6d60 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ func Hide() ``` Hide the cursor. Don't forget to show the cursor at least at the end of your application with Show. Otherwise the user might have a terminal with a -permanently hidden cursor, until they reopen the terminal. +permanently hidden cursor, until he reopens the terminal. #### func HorizontalAbsolute @@ -173,8 +173,7 @@ position. ```go func SetTarget(w Writer) ``` -SetTarget allows for any arbitrary io.Writer to be used for cursor movement -(will not work on Windows). +SetTarget allows for any arbitrary Writer to be used #### func Show @@ -183,7 +182,7 @@ func Show() ``` Show the cursor if it was hidden previously. Don't forget to show the cursor at least at the end of your application. Otherwise the user might have a terminal -with a permanently hidden cursor, until they reopen the terminal. +with a permanently hidden cursor, until he reopens the terminal. #### func StartOfLine