diff --git a/README.md b/README.md index b7ebb50..94968f5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ the directory to the PATH-Environment-Variable. | | | | `CALCULATOR P ` | Takes **num1** to the power of **num2**. | | | | | `CALCULATOR R ` | Returns the **num2**th root of **num1**. | | | | | `CALCULATOR F ` | Returns **num1**'s factorial. | -| | | | `CALCULATOR I ` | Converts any number, which is *not* multiplied by *1000000* and has a decimal point to a valid input for the other commands. Both *`,`* and *`.`* as decimal seperators are supported. | +| | | | `CALCULATOR I ` | Converts any number, which is *not* multiplied by *1000000* and *has* a decimal point to a valid input for the other commands. Both *`,`* and *`.`* as decimal seperators are supported. | | CALCULATOR-CMD | v4 | *errorlevel* **result**\**10* | `CALCULATOR-CMD []` | Has the same functionality as `CALCULATOR`, but the multiplier is only *10*. | | CALCULATOR-BASIC | v4 | *stdout* **result** | `CALCULATOR-BASIC ` | Computes the operation. Only supports the 4 basic operations, and only supports whole numbers. | | CONSOLE | v3 | *none* | `CONSOLE cursorsize <0-100>` | Sets the cursor to the given size. Set to 0 to make it disappear. |