From 3e49f591af0c1a3a8f509f3555a14784b1e381ec Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Wed, 24 Feb 2016 18:04:28 +0100 Subject: fix sharp encoding documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3