aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2014-09-01 15:49:49 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2014-09-01 15:49:49 +0200
commit65ed29502e16e6102d0325d5a4f8340f2adc7383 (patch)
tree8bbf355ca63dd5a1a13700c81ca639be7f79c743
parent1bb8a4455ba39de44048d9e67898e971561f87ac (diff)
downloadsbt-boilerplate-65ed29502e16e6102d0325d5a4f8340f2adc7383.tar.gz
sbt-boilerplate-65ed29502e16e6102d0325d5a4f8340f2adc7383.tar.bz2
sbt-boilerplate-65ed29502e16e6102d0325d5a4f8340f2adc7383.zip
Upgrade README to 0.5.9.
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2594287..4c89a4a 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,12 @@ expansion. Expansion follows these rules:
- The current number of arguments `i` is initialized to 22.
- Code embraced in `[#` and `#]` is copied `i` times and the expansion is applied
- 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.
+ 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.
+ - You can specify a custom range `i` should iterate through by placing a term of the form `<start>..<end>` between
+ 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 `##`.
@@ -74,7 +77,7 @@ This now expands correctly to
Put
- addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.1")
+ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.9")
into your `plugins.sbt` and add