diff --git a/docs/3.Custom Taggers/customTagExamples.md b/docs/3.Custom Taggers/customTagExamples.md index 9150dfe01..3f065a27c 100644 --- a/docs/3.Custom Taggers/customTagExamples.md +++ b/docs/3.Custom Taggers/customTagExamples.md @@ -30,7 +30,7 @@ For instance, running - ```sh export YOR_SIMPLE_TAGS='{"team": "devops", "env": "prod"}' ``` -will add these tags as part of yor run, as shown once running `./yor --list-tags` command: +will add these tags as part of yor run, as shown once running `./yor list-tags` command: ![](../yor_list_tags_after_env_var.png) ## Adding Custom Tags Using Golang