aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2016-02-24 18:04:28 +0100
committerJohannes Rudolph <johannes.rudolph@gmail.com>2016-02-24 18:04:28 +0100
commit3e49f591af0c1a3a8f509f3555a14784b1e381ec (patch)
treeac307dbf8ca7f7480241219c4a2e3d470c72d71f
parent97832ff51a4417212bc49280a4b67c705c391176 (diff)
downloadsbt-boilerplate-3e49f591af0c1a3a8f509f3555a14784b1e381ec.tar.gz
sbt-boilerplate-3e49f591af0c1a3a8f509f3555a14784b1e381ec.tar.bz2
sbt-boilerplate-3e49f591af0c1a3a8f509f3555a14784b1e381ec.zip
fix sharp encoding documentation
-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