summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-10-16 12:04:49 +0100
committerMichael Allen <michael@michaelallen.io>2015-10-16 12:04:49 +0100
commiteb29662433b833b3a14ee9e79a7aa8d2a0c253ba (patch)
tree8548468af554a2f8deea771b2c71e113308b9e55
parent42135ad00014387b6937242563b920a7cf640866 (diff)
parent79998cbdc6f7bf7cd87f86926df07a33e4705655 (diff)
downloadgit-sonar-eb29662433b833b3a14ee9e79a7aa8d2a0c253ba.tar.gz
git-sonar-eb29662433b833b3a14ee9e79a7aa8d2a0c253ba.zip
Merge pull request #76 from inakiabt/patch-1
Fix typo on GIT_RADAR_FORMAT examples
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ef156d..18e5f46 100644
--- a/README.md
+++ b/README.md
@@ -203,8 +203,8 @@ of the corresponding feature.
GIT_RADAR_FORMAT | Result
--------------------------------------|---------------------
-`${branch}%{local}%{changes}` | `master1↑1M`
-`[${branch}] - %{local} - %{changes}` | `[master] - 1↑ - 1M`
+`%{branch}%{local}%{changes}` | `master1↑1M`
+`[%{branch}] - %{local} - %{changes}` | `[master] - 1↑ - 1M`
### Prefixing and Suffixing the features