diff --git a/README.md b/README.md index 7c2e123..7f8a036 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ called on the endpoint. The endpoint path is transformed to lowercase and underscores are replaced with dashes. See the following examples: -* `TRIGGERER_FOO` → `/foo` -* `TRIGGERER_CODE_STATS_BETA` → `/code-stats-beta` -* `TRIGGERER_AAA_` → `/aaa-` +* `GLPT_FOO` → `/foo` +* `GLPT_CODE_STATS_BETA` → `/code-stats-beta` +* `GLPT_AAA_` → `/aaa-` The path to the script can be absolute or relative, as long as it can be reached from the current working dir (for releases that can be the release dir; it is easier to use absolute paths). Scripts