diff --git a/README.md b/README.md index f1caf97..450f4ec 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can use the output from one module inside another by enclosing it with `(`pa println (math 10 * 3 + 2) ``` -This will print the result of 10 * 3 + 2 (which happens to be 50.) +This will print the result of 10 * 3 + 2 (which happens to be 32.) You can initialise variables with the `let` module, and access variables by prefixing a `$` dollar sign.