Skip to content

Commit

Permalink
Merge pull request #2 from rovansteen/patch-1
Browse files Browse the repository at this point in the history
Correct wrong variable name in readme
  • Loading branch information
josephwynn-sc authored Jun 8, 2023
2 parents f0d7ddc + 7538fca commit 01a8b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-app-name> DDTRACE_EXT_VERSION=20220829
heroku config:set --app <your-app-name> DDTRACE_EXT_PHP_API=20220829
```

0 comments on commit 01a8b78

Please sign in to comment.