Skip to content

Commit

Permalink
Fix typo: USERNAME ->USER_NAME (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
GollyTicker authored Nov 9, 2023
1 parent d68daa7 commit 49ac6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ REPO_NAME_CONTAINS=string-to-match-repositories-with # Default: ""
CRONTAB_SCHEDULE=crontab-schedule-to-get-data-from-github # Default: "0 * * * *"
```

**_NOTE:_** You also can use your username if you don't belong to any organization. In this case, use "USERNAME" instead of "ORG_NAME".
**_NOTE:_** You also can use your username if you don't belong to any organization. In this case, use "USER_NAME" instead of "ORG_NAME".

Run the image:
```
Expand Down Expand Up @@ -69,4 +69,4 @@ Removing github-traffic_grafana_1 ... done
Removing github-traffic_prometheus_1 ... done
Removing github-traffic_traffic_1 ... done
Removing network github-traffic_default
```
```

0 comments on commit 49ac6c9

Please sign in to comment.