summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorStefan <[email protected]>2023-04-13 12:31:03 +0200
committerStefan <[email protected]>2023-04-13 12:31:03 +0200
commit2ff1426388c66018ddd5b045a9c2e622d70aa622 (patch)
treee6c99e77fbe5277b83045ba155dcd751eca3bd80 /README.md
parent030d89000d957b4682dc159d008b2fdd378e9e6e (diff)
downloadcaxlsx-2ff1426388c66018ddd5b045a9c2e622d70aa622.tar.gz
caxlsx-2ff1426388c66018ddd5b045a9c2e622d70aa622.zip
Fix typos regarding "escape formulas" in readme and example
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.