diff --git a/README.md b/README.md index 6b022c9..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_VERSION` 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_VERSION=20220829 +heroku config:set --app DDTRACE_EXT_PHP_API=20220829 ```