From 65ed29502e16e6102d0325d5a4f8340f2adc7383 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 1 Sep 2014 15:49:49 +0200 Subject: Upgrade README to 0.5.9. --- README.md | 11 +++++++---- 1 file 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 `..` 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 -- cgit v1.2.3