aboutsummaryrefslogtreecommitdiff
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 576ccd7..88b8410 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ expansion. Expansion follows these rules:
the starting `[` and `#` of an expansion. Either `start` or `end` can be omitted in which case the defaults are assumed.
- Everywhere digit `1` is replaced by `i`, digit `0` is replaced by `i - 1`, and digit `2` is replaced by `i + 1`
unless the digit is prefixed with `##`.
- - To encode the sharp(#) character precede it with a backslash eg "\#".
+ - To encode the sharp `'#'` character precede it with a backslash e.g. `"\#"`.
## Examples