Skip to content

Commit 01a8b78

Browse files
Merge pull request #2 from rovansteen/patch-1
Correct wrong variable name in readme
2 parents f0d7ddc + 7538fca commit 01a8b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ PHP compiled with module API=20220829
3333
These options need to match
3434
```
3535

36-
You can change the version by setting the `DDTRACE_EXT_VERSION` config var in Heroku. For example:
36+
You can change the version by setting the `DDTRACE_EXT_PHP_API` config var in Heroku. For example:
3737

3838
```
39-
heroku config:set --app <your-app-name> DDTRACE_EXT_VERSION=20220829
39+
heroku config:set --app <your-app-name> DDTRACE_EXT_PHP_API=20220829
4040
```

0 commit comments

Comments
 (0)