diff --git a/README.md b/README.md index 814d283..832cecf 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ the directory to the PATH-Environment-Variable. | CURSORPOS | v1 | `CURSORPOS ` | Sets the cursor to the given **X** and **Y** coordinates. **Y** is relative to the top of the entire current output, not necessarily the window. | | CURSORVISIBILITY | v1 | `CURSORVISIBILITY` | Changes if the Cursor should be visible. | | | | `CURSORVISIBILITY GET` | Outputs the current Cursor visibility state. | -| MAKEANIMATION | v1 | `MAKEANIMATION ` | Outputs a valid animation value for the `ANIMATION` command.

Types:
`Rotate`:
`0 - / - \ |`
`1 - ^ > V <`
`2 - + x`
`3 - p d b q`
`Range`:
Returns a set of numbers from 0 to the given number.
`Alphabet`:
Returns **n** letters of the alphabet. Maximum is 26. | +| MAKEANIMATION | v1 | `MAKEANIMATION ` | Outputs a valid animation value for the `ANIMATION` command.

Types:
`Rotate`:
`0 - / - \ \|`
`1 - ^ > V <`
`2 - + x`
`3 - p d b q`
`Range`:
Returns a set of numbers from 0 to the given number.
`Alphabet`:
Returns **n** letters of the alphabet. Maximum is 26. |