From e299c61f2576b36d1ab8c7f3f88284a63492296c Mon Sep 17 00:00:00 2001 From: Johann Dickson Date: Mon, 12 Sep 2022 16:04:27 +1200 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6385de6..1613b3b 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ trim_name_prefix will match any variables starting with `starts_with` and will r There is practically no limit on the number of transformations and they are applied in order from top to the bottom. Below there is an example that recursively gets parameters from `/$PROJECT/common/` and `/$PROJECT/$ENVIRONMENT` and constructs variables out of -`DATABASE_URL` to be consumed by an PHP application. It also renames `AWS_BUCKET` to `AWS_S3_BUCKET` and removes `DATABASE_URL` afterwards. +`DATABASE_URL` to be consumed by an PHP application. It also renames `AWS_BUCKET` to `AWS_S3_BUCKET`, removes `DATABASE_URL` and trims a leading underscore from any variable name that may start with `_PHP`. ```yaml recursive: true