summaryrefslogtreecommitdiffstats
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 6e81400..5b7a9b0 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Install through
1. **String-literal mode**. By default, expressions are treated as regex. Use `-F` or `--fixed-strings` to disable regex.
```sh
- > echo 'lots((([]))) of special chars' | sd -s '((([])))' ''
+ > echo 'lots((([]))) of special chars' | sd -F '((([])))' ''
lots of special chars
```