From 7f9ab5008fba02363ee2fb4766f750871adcc878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekaitz=20Z=C3=A1rraga?= Date: Tue, 25 Jun 2019 09:46:08 +0200 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c218b16..17c678a 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ the data argument. ### Example: Use Excel Formulas in Clojure Docjure allows you not only to evaluate a formula cell in a speadsheet, it also -provides a way of exposing a formla in a cell as a Clojure function using the +provides a way of exposing a formula in a cell as a Clojure function using the `cell-fn` function. (use 'dk.ative.docjure.spreadsheet)