aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Lister <toomuchspam@nowhere>2014-09-24 15:03:12 +0200
committerMark Lister <toomuchspam@nowhere>2014-09-24 15:03:12 +0200
commitc7f3c38a327928d24838088b2bd7630f2208e595 (patch)
treee012b8c09e9d4f6ef1d51736857d439fdb87f97c /README.md
parent6f6e12bad651da9d659611f01f0fb2d5add91f41 (diff)
downloadsbt-boilerplate-c7f3c38a327928d24838088b2bd7630f2208e595.tar.gz
sbt-boilerplate-c7f3c38a327928d24838088b2bd7630f2208e595.tar.bz2
sbt-boilerplate-c7f3c38a327928d24838088b2bd7630f2208e595.zip
Fix for issue #12 escape sharp
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 059241a..576ccd7 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +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 "\#".
## Examples