summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIñaki Abete <inakiabt@gmail.com>2015-10-15 16:09:59 -0300
committerIñaki Abete <inakiabt@gmail.com>2015-10-15 16:09:59 -0300
commit79998cbdc6f7bf7cd87f86926df07a33e4705655 (patch)
tree8548468af554a2f8deea771b2c71e113308b9e55
parent42135ad00014387b6937242563b920a7cf640866 (diff)
downloadgit-sonar-79998cbdc6f7bf7cd87f86926df07a33e4705655.tar.gz
git-sonar-79998cbdc6f7bf7cd87f86926df07a33e4705655.zip
Fix typo on GIT_RADAR_FORMAT examples #65
-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