From a5b9a30d4ca53814c968103c9142a99189bbaedd Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 17 Mar 2014 11:59:28 +0100 Subject: improve README --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3