Fix README

This commit is contained in:
Mikko Ahlroth 2018-02-25 11:25:50 +02:00
parent 04f0bbb05b
commit 0c31dab375

View file

@ -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