From 0d260ea498079897cd324045056862d99a394d98 Mon Sep 17 00:00:00 2001 From: Robert van Steen Date: Thu, 9 Feb 2023 16:08:35 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b022c9..5afb935 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ PHP compiled with module API=20220829 These options need to match ``` -You can change the version by setting the `DDTRACE_EXT_VERSION` config var in Heroku. For example: +You can change the version by setting the `DDTRACE_EXT_RELEASE` config var in Heroku. For example: ``` -heroku config:set --app DDTRACE_EXT_VERSION=20220829 +heroku config:set --app DDTRACE_EXT_RELEASE=20220829 ``` From 7538fcad54b7131a692b98849ad6aeb345034ddf Mon Sep 17 00:00:00 2001 From: Robert van Steen Date: Thu, 9 Feb 2023 16:18:24 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5afb935..3ccc10c 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ PHP compiled with module API=20220829 These options need to match ``` -You can change the version by setting the `DDTRACE_EXT_RELEASE` config var in Heroku. For example: +You can change the version by setting the `DDTRACE_EXT_PHP_API` config var in Heroku. For example: ``` -heroku config:set --app DDTRACE_EXT_RELEASE=20220829 +heroku config:set --app DDTRACE_EXT_PHP_API=20220829 ```