Skip to content

Commit f7ce3bf

Browse files
committed
minor
1 parent cb3cf38 commit f7ce3bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
ClojureCalc
22
====================
3+
![screenshot](http://i.imgur.com/KddlWBL.png "ClojureCalc")
4+
35
Combine the power of clojure with all the LibreOffice calc features!!!
46
---------------------
57

@@ -25,7 +27,7 @@ A simple instruction
2527
---------------------
2628

2729
To run a clojure expression just call cljeval
28-
Example:
30+
Example:
2931
Sum of two numbers
3032
=CLJEVAL("(+ 1 2)")
3133

@@ -52,7 +54,7 @@ Write collection to cell range
5254

5355
You can write the output of an expression to a cell range using cljToRange.
5456
CljToRange works with arrays and matrices
55-
Ex:
57+
Examples:
5658
Writing a collection to three cells A1, A2 and A3:
5759
=CLJTORANGE("[1 2 3]";"CellText";A1:C1)
5860

0 commit comments

Comments
 (0)