summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-20 10:35:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-20 10:37:23 -0700
commit58d60b1c85888697acec1edf54d166a864320717 (patch)
tree920414dd782636a6ec6c380cc0783c750ea3834c /README
parentf04b26d4812530f3684b710141a1006685e609f3 (diff)
Changed email-obfuscation default to no obfuscation.
- `writerEmailObfuscation` in `defaultWriterOptions` is now `NoObfuscation` - the default for the command-line `--email-obfuscation` option is now `none`. Closes #2988.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d41188873..8d0fa5f2b 100644
--- a/README
+++ b/README
@@ -708,7 +708,7 @@ Options affecting specific writers
`none` leaves `mailto:` links as they are. `javascript` obfuscates
them using javascript. `references` obfuscates them by printing their
letters as decimal or hexadecimal character references. The default
- is `javascript`.
+ is `none`.
`--id-prefix=`*STRING*