Skip to content

Commit 8e5ab44

Browse files
committed
update readme
1 parent 61966ad commit 8e5ab44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ cargo install csc
2828

2929
## Usage examples
3030

31+
launch the interactive prompt by typing `csc` to run multiple computations
32+
3133
```sh
3234
a = 10
3335
b = a + 1.14
3436
c = log(b, 3) + sin(PI)
3537
```
3638

39+
or run one off computations by simply providing them `csc 10 + 1.14 * ln(50)`
40+
3741
## Meta
3842

3943
M. Zahash – zahash.z@gmail.com

0 commit comments

Comments
 (0)