diff --git a/README.md b/README.md index 0bc6849..2829b96 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Installation Options ------- - Option | Default | Description --------------|-------------------------------------|------------ text | `['one','two','three']` (array) | List of strings to output. @@ -43,6 +42,15 @@ Options callbackNext | `null` (function) | Callback function called every text item. See `Callback functions` below. callbackType | `null` (function) | Callback function called every 'letter'. See `Callback functions` below. +Methods +------- + +**teletype.setCursor(string cursor)** + +Change the cursor value. Can be used at any time although particularly useful +when combined with callback functions. + + Deleting characters `~` ---