Skip to content

Commit cae0c96

Browse files
committed
update readme
1 parent 8e5ab44 commit cae0c96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ b = a + 1.14
3636
c = log(b, 3) + sin(PI)
3737
```
3838

39-
or run one off computations by simply providing them `csc 10 + 1.14 * ln(50)`
39+
or run one off computations by simply providing them
40+
41+
```sh
42+
$ csc 10 + 1.14
43+
$ csc '10 + 1.14 * ln(50)'
44+
```
45+
4046

4147
## Meta
4248

0 commit comments

Comments
 (0)