diff --git a/README.md b/README.md index 8c4fcdba7..48e63e6a1 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ On GitHub Actions you can assign the `setup-php` step an `id`, you can use the s #### `phpts` (optional) - Specify to set up a thread-safe build of PHP on Linux and Windows. -- Accepts `ts` and `nts`. +- Accepts `nts` for non-thread-safe and `zts` or `ts` for thread-safe. - By default, it is set to `nts`. - See [thread safe setup](#thread-safe-setup) for more info.