summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c1076c5..b1544785 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ Axlsx.escape_formulas = true
Then, set the following on each cell you'd like to add a formula:
```ruby
-cell.escape_formulas = true
+cell.escape_formulas = false
```
Refer to examples/escape_formula.md for how to set `escape_formulas` on the workbook, worksheet, row and/or cell level.