aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2014-03-17 11:59:28 +0100
committerJohannes Rudolph <johannes.rudolph@gmail.com>2014-03-17 11:59:28 +0100
commita5b9a30d4ca53814c968103c9142a99189bbaedd (patch)
treedea76307243d0ec6d12e055efe46b3a9c0401a98
parent1050f9b31bea5bfefc6227202a82e2ec6b19b560 (diff)
downloadsbt-boilerplate-a5b9a30d4ca53814c968103c9142a99189bbaedd.tar.gz
sbt-boilerplate-a5b9a30d4ca53814c968103c9142a99189bbaedd.tar.bz2
sbt-boilerplate-a5b9a30d4ca53814c968103c9142a99189bbaedd.zip
improve README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3fdccb..2594287 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ expansion. Expansion follows these rules:
recursively with `i` being set accordingly. It is possible to define a custom separator
between the copied instances by putting the separator text between the `#` and the `]` of the closing
bracket. If no separator is supplied `", "` is assumed.
- - Everywhere digit `1` is replaced by `i` and digit `0` is replaced by `i - 1` unless the digit is
- prefixed with `##`.
+ - 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 `##`.
## Examples