aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c89a4a..cda8637 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ 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.
+ 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.
@@ -77,7 +77,7 @@ This now expands correctly to
Put
- addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.9")
+ addSbtPlugin("net.virtual-void" % "sbt-boilerplate" % "0.5.9")
into your `plugins.sbt` and add